mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-05-24 19:12:36 +02:00
qemu v4.2.0 is finally fast. Upgrade to it.
This commit is contained in:
parent
dc53692b4d
commit
7546a830ab
4
.github/workflows/on-tag.yml
vendored
4
.github/workflows/on-tag.yml
vendored
@ -10,10 +10,8 @@ jobs:
|
||||
name: Build Bitcoind
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
# NOTE: qemu v3.1.1 used instead of currently newest v4.1.0, because v4 is **much** slower for aarch64, see:
|
||||
# https://github.com/meeDamian/docker-berkeleydb/commit/9e87d11314c2522726497f0c6059e61a31298e7f/checks
|
||||
env:
|
||||
QEMU_VERSION: v3.1.1
|
||||
QEMU_VERSION: v4.2.0
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
strategy:
|
||||
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -10,10 +10,8 @@ jobs:
|
||||
name: Build Bitcoind
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
# NOTE: qemu v3.1.1 used instead of currently newest v4.1.0, because v4 is **much** slower for aarch64, see:
|
||||
# https://github.com/meeDamian/docker-berkeleydb/commit/9e87d11314c2522726497f0c6059e61a31298e7f/checks
|
||||
env:
|
||||
QEMU_VERSION: v3.1.1
|
||||
QEMU_VERSION: v4.2.0
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user