⬆️ Upgrades Qemu binaries to v2.10.1, download on build

This commit is contained in:
Franck Nijhof 2017-12-13 00:10:11 +01:00
parent 0456baadf6
commit 176081eb9d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,11 @@ defaults: &defaults
docker login -u ${DOCKER_LOGIN} -p ${DOCKER_PASSWORD}
fi
- checkout
- run:
name: Get QEMU user mode processor emulation binaries
command: |
curl -L -s "https://github.com/hassio-addons/qemu-user-static/releases/download/v2.10.1/qemu-aarch64-static.tar.gz" | tar zxvf - -C ./debian-base/rootfs/usr/bin/
curl -L -s "https://github.com/hassio-addons/qemu-user-static/releases/download/v2.10.1/qemu-arm-static.tar.gz" | tar zxvf - -C ./debian-base/rootfs/usr/bin/
- deploy:
name: Build and (maybe) deploy
command: |

1
.gitignore vendored
View file

@ -0,0 +1 @@
base/rootfs/usr/bin/qemu-*