This commit is contained in:
Damian Mee 2019-08-15 06:32:30 +07:00
parent 754c660ff4
commit 3e14073c36
No known key found for this signature in database
GPG Key ID: 2F961EAB8789725D
2 changed files with 9 additions and 0 deletions

View File

@ -5,5 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: prepare stuff
run: ./prepare.sh
- name: Build the Docker image
run: docker build . --file 0.18/source/Dockerfile --tag bitcoind:arm-$(date +%s)

7
prepare.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
wget -N https://github.com/multiarch/qemu-user-static/releases/download/v4.0.0-5/x86_64_qemu-arm-static.tar.gz
tar -xvf x86_64_qemu-arm-static.tar.gz
docker run --rm --privileged multiarch/qemu-user-static:register