Moved hooks to proper location

This commit is contained in:
Isaac Abadi
2020-08-08 16:18:24 -04:00
parent d5955f6a4c
commit dc0ae1dbcc
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
# downloads a local copy of qemu on docker-hub build machines
curl -L https://github.com/balena-io/qemu/releases/download/v3.0.0%2Bresin/qemu-3.0.0+resin-arm.tar.gz | tar zxvf - -C . && mv qemu-3.0.0+resin-arm/qemu-arm-static .