Add instructions to build image for ARM

This commit is contained in:
Kelson 2020-09-19 13:55:15 +02:00 committed by GitHub
parent 0160f356a6
commit 0e9f406180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,14 @@ With remote ZIM file
docker run -e "DOWNLOAD=https://download.kiwix.org/zim/wikipedia_bm_all.zim" -p 8080:80 kiwix/kiwix-serve
```
ARM
---
Build an image for an ARM based GNU/Linux:
```bash
docker build . -t kiwix/kiwix-serve:latest --build-arg ARCH="arm32v7/"
```
Screenshots
-----------