mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades QEMU to v2.11.0 (#1)
This commit is contained in:
parent
f36876a726
commit
fc588741e7
1 changed files with 2 additions and 2 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue