mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 10:37:49 +00:00
use different alpine image for arm, add config for php images+arm
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,3 +13,4 @@ pip-selfcheck.json
|
|||||||
/docker-compose.yml
|
/docker-compose.yml
|
||||||
/.idea
|
/.idea
|
||||||
/.vscode
|
/.vscode
|
||||||
|
qemu-arm-static
|
||||||
|
|||||||
@@ -1,4 +1,9 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
export DISTRO="hypriot/rpi-alpine"
|
DISTRO="balenalib/rpi-alpine"
|
||||||
docker-compose -f build.yml build --build-arg DISTRO=$DISTRO # --parallel
|
PHP="arm32v7/php:7.2-apache"
|
||||||
|
QEMU="$(which qemu-arm-static)"
|
||||||
|
cp $QEMU ../webmails/rainloop/
|
||||||
|
cp $QEMU ../webmails/roundcube/
|
||||||
|
|
||||||
|
docker-compose -f build.yml build --build-arg DISTRO=$DISTRO --build-arg PHP_DISTRO=$PHP # --parallel
|
||||||
|
|||||||
Reference in New Issue
Block a user