mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-08-03 11:25:59 -04:00
Add instructions to build image for ARM
This commit is contained in:
parent
0160f356a6
commit
0e9f406180
@ -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
|
||||
-----------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user