🚑 Fixes issue in CircleCI build script

This commit is contained in:
Franck Nijhof 2017-12-13 00:16:08 +01:00
parent 89eaeeae5e
commit 00180cf9e5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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 ./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: |