Skip to content

Commit da45027

Browse files
committed
build riscv64 and s390x
1 parent 255eefa commit da45027

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,21 @@ jobs:
1515
matrix:
1616
architecture:
1717
- linux/amd64
18-
- linux/arm64
1918
- linux/arm/v7
19+
- linux/arm64
2020
- linux/ppc64le
21+
- linux/riscv64
22+
- linux/s390x
2123
version:
2224
- { knots: "27.1.knots20240621", alpine-builder: "3.20" }
2325
- { knots: "26.1.knots20240513", alpine-builder: "3.20" }
2426
- { knots: "26.1.knots20240325", alpine-builder: "3.18" }
2527
- { 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
2633
steps:
2734
- uses: actions/checkout@v4
2835
- uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)