mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-16 05:36:29 +00:00
Add support for build aarch64
This commit is contained in:
parent
a9f49b4dc0
commit
8cb80142be
@ -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
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user