From 8cb80142be50de7a1d6a09e7fbda765f84e85851 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 15 Mar 2017 21:23:11 +0100 Subject: [PATCH] Add support for build aarch64 --- build-scripts/README.md | 2 ++ build-scripts/docker-build-env/run-docker.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/build-scripts/README.md b/build-scripts/README.md index 9f4df9724..21c7d9969 100644 --- a/build-scripts/README.md +++ b/build-scripts/README.md @@ -2,6 +2,8 @@ You need a linux with [AUFS](https://docs.docker.com/engine/userguide/storagedriver/aufs-driver/) and docker support. You need to have the build user in docker group for he can run docker. It is not possible to run this process as root! You need also install `jq` +Builds are published on: https://hub.docker.com/r/pvizeli/ + ## Build env - yocto-build-env: Allow us to build yocto resinos images diff --git a/build-scripts/docker-build-env/run-docker.sh b/build-scripts/docker-build-env/run-docker.sh index fed3a8314..70a6e3fc1 100755 --- a/build-scripts/docker-build-env/run-docker.sh +++ b/build-scripts/docker-build-env/run-docker.sh @@ -39,6 +39,7 @@ trap 'cleanup fail' SIGINT SIGTERM echo "[INFO] Setup qemu-arm." mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc update-binfmts --enable qemu-arm +update-binfmts --enable qemu-aarch64 # Start docker echo "[INFO] Starting docker."