Add support for build aarch64

This commit is contained in:
Pascal Vizeli 2017-03-15 21:23:11 +01:00
parent a9f49b4dc0
commit 8cb80142be
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

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