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."