We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0a4e0 commit 1044890Copy full SHA for 1044890
.github/workflows/build.yml
@@ -9,21 +9,21 @@ jobs:
9
arch:
10
- amd64
11
- arm64v8
12
- # - arm32v7
+ - arm32v7
13
version:
14
- 0.19.0.1
15
- 0.18.1
16
- # - 0.18.0
17
- # - 0.17.2
18
- # - 0.17.1
19
- # - 0.17.0.1
20
- # - 0.17.0
21
- # - 0.16.3
22
- # - 0.15.2
23
- # - 0.14.3
24
- # - 0.13.2
25
- # - 0.13.1
26
- # - 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
27
steps:
28
- uses: actions/checkout@v1
29
- name: Register Docker QEMU
0 commit comments