mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 23:42:29 +02:00
try qemu
This commit is contained in:
parent
754c660ff4
commit
3e14073c36
2
.github/workflows/dockerarm.yml
vendored
2
.github/workflows/dockerarm.yml
vendored
@ -5,5 +5,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
- name: prepare stuff
|
||||||
|
run: ./prepare.sh
|
||||||
- name: Build the Docker image
|
- name: Build the Docker image
|
||||||
run: docker build . --file 0.18/source/Dockerfile --tag bitcoind:arm-$(date +%s)
|
run: docker build . --file 0.18/source/Dockerfile --tag bitcoind:arm-$(date +%s)
|
||||||
|
7
prepare.sh
Executable file
7
prepare.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user