Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-27 12:51:23 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-27 15:08:20 +0300
commit2d70fad41fa40c442e5926cd66150b919a59d225 (patch)
tree80d1e5c6eda549f1e8fc959424b19be6615fc8ac /batch.sh
parent89835cc714dbe0f30e622cad262ee57c09dbfc1f (diff)
build: cleanup
Diffstat (limited to 'batch.sh')
-rwxr-xr-xbatch.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/batch.sh b/batch.sh
index 69965146..4ccd83e8 100755
--- a/batch.sh
+++ b/batch.sh
@@ -38,13 +38,14 @@ make nextcloudpi-x86 && {
}
# Docker armhf
-[[ -f qemu-arm-static ]] || cp /usr/bin/qemu-arm-static . || echo { "Need qemu-arm-static (and binfmt support) in the system to build the ARM container"; exit 1; }
+cp /usr/bin/qemu-arm-static docker-armhf
make nextcloudpi-armhf && {
docker push ownyourbits/nextcloudpi-armhf
docker push ownyourbits/nextcloud-armhf
docker push ownyourbits/lamp-armhf
docker push ownyourbits/debian-ncp-armhf
}
+rm docker-armhf/qemu-arm-static
# License
#