⬆️ Upgrades QEMU to v2.11.0 (#1)

This commit is contained in:
Franck Nijhof 2017-12-23 21:52:40 +01:00 committed by GitHub
parent f36876a726
commit fc588741e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,8 +25,8 @@ defaults: &defaults
- 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 ./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 ./base/rootfs/usr/bin/
curl -L -s "https://github.com/hassio-addons/qemu-user-static/releases/download/v2.11.0/qemu-aarch64-static.tar.gz" | tar zxvf - -C ./base/rootfs/usr/bin/
curl -L -s "https://github.com/hassio-addons/qemu-user-static/releases/download/v2.11.0/qemu-arm-static.tar.gz" | tar zxvf - -C ./base/rootfs/usr/bin/
- deploy:
name: Build and (maybe) deploy
command: |