mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Disable old versions for faster builds during build system dev
This commit is contained in:
parent
567f379bbb
commit
e9f919d594
22
.github/workflows/build.yml
vendored
22
.github/workflows/build.yml
vendored
@ -13,17 +13,17 @@ jobs:
|
||||
version:
|
||||
- 0.19.0.1
|
||||
- 0.18.1
|
||||
- 0.18.0
|
||||
- 0.17.2
|
||||
- 0.17.1
|
||||
- 0.17.0.1
|
||||
- 0.17.0
|
||||
- 0.16.3
|
||||
- 0.15.2
|
||||
- 0.14.3
|
||||
- 0.13.2
|
||||
- 0.13.1
|
||||
- 0.13.0
|
||||
# - 0.18.0
|
||||
# - 0.17.2
|
||||
# - 0.17.1
|
||||
# - 0.17.0.1
|
||||
# - 0.17.0
|
||||
# - 0.16.3
|
||||
# - 0.15.2
|
||||
# - 0.14.3
|
||||
# - 0.13.2
|
||||
# - 0.13.1
|
||||
# - 0.13.0
|
||||
env:
|
||||
DOCKER_IMAGE: bitcoind:v${{ matrix.version }}-${{ matrix.arch }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user