mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-28 04:42:32 +02:00
Register Docker QEMU
This commit is contained in:
parent
3fef0be921
commit
f2ba2f08ff
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -25,6 +25,8 @@ jobs:
|
|||||||
- 0.13.0
|
- 0.13.0
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: Register Docker QEMU
|
||||||
|
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||||
- name: Build lukechilds/bitcoind
|
- name: Build lukechilds/bitcoind
|
||||||
run: docker build --build-arg ARCH=${{ matrix.arch }} --build-arg VERSION=${{ matrix.version }} -t lukechilds/bitcoind:v${{ matrix.version }}-${{ matrix.arch }} .
|
run: docker build --build-arg ARCH=${{ matrix.arch }} --build-arg VERSION=${{ matrix.version }} -t lukechilds/bitcoind:v${{ matrix.version }}-${{ matrix.arch }} .
|
||||||
- name: Log image data
|
- name: Log image data
|
||||||
|
Loading…
Reference in New Issue
Block a user