mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
Merge pull request #409 from kiwix/kelson42-patch-1
Add instructions to build image for ARM
This commit is contained in:
commit
9efd18a9a4
@ -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