Browse Source

Uncomment temporarily disabled matrix options

pull/14/head
Luke Childs 5 years ago
parent
commit
1044890a2a
  1. 24
      .github/workflows/build.yml

24
.github/workflows/build.yml

@ -9,21 +9,21 @@ jobs:
arch:
- amd64
- arm64v8
# - arm32v7
- arm32v7
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
steps:
- uses: actions/checkout@v1
- name: Register Docker QEMU

Loading…
Cancel
Save