mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 04:31:30 +00:00
🚑 Fixes issue in CircleCI build script
This commit is contained in:
parent
89eaeeae5e
commit
00180cf9e5
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 ./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/
|
||||
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/
|
||||
- deploy:
|
||||
name: Build and (maybe) deploy
|
||||
command: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue