Commit da45027 1 parent 255eefa commit da45027 Copy full SHA for da45027
File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,14 +15,21 @@ jobs:
15
15
matrix :
16
16
architecture :
17
17
- linux/amd64
18
- - linux/arm64
19
18
- linux/arm/v7
19
+ - linux/arm64
20
20
- linux/ppc64le
21
+ - linux/riscv64
22
+ - linux/s390x
21
23
version :
22
24
- { knots: "27.1.knots20240621", alpine-builder: "3.20" }
23
25
- { knots: "26.1.knots20240513", alpine-builder: "3.20" }
24
26
- { knots: "26.1.knots20240325", alpine-builder: "3.18" }
25
27
- { knots: "25.1.knots20231115", alpine-builder: "3.18" }
28
+ exclude :
29
+ - version : { knots: "26.1.knots20240325", alpine-builder: "3.18" }
30
+ architecture : linux/riscv64
31
+ - version : { knots: "25.1.knots20231115", alpine-builder: "3.18" }
32
+ architecture : linux/riscv64
26
33
steps :
27
34
- uses : actions/checkout@v4
28
35
- uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments