Browse Source

Disable old versions for faster builds during build system dev

pull/14/head
Luke Childs 5 years ago
parent
commit
e9f919d594
  1. 22
      .github/workflows/build.yml

22
.github/workflows/build.yml

@ -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…
Cancel
Save