mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
⬆️ Upgrades Qemu binaries to v2.10.1, download on build
This commit is contained in:
parent
0456baadf6
commit
176081eb9d
4 changed files with 6 additions and 0 deletions
|
@ -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
1
.gitignore
vendored
|
@ -0,0 +1 @@
|
|||
base/rootfs/usr/bin/qemu-*
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue