Skip to content

Commit b3416e1

Browse files
committed
Add riscv64 test builds
1 parent 3dbb620 commit b3416e1

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build_debian.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
version: [11, 12]
17-
arch: [ "armhf.arm32v7.max", "arm64.arm64v8.cortex-a53", "amd64.amd64.max", "mips64le.mips64le.MIPS64R2-generic", "s390x.s390x.max", "ppc64le.ppc64le.power8"]
18-
16+
version: [11, 12, "trixie"]
17+
arch: [ "armhf.arm32v7.max", "arm64.arm64v8.cortex-a53", "amd64.amd64.max", "mips64le.mips64le.MIPS64R2-generic", "s390x.s390x.max", "ppc64le.ppc64le.power8", "riscv64.riscv64.rv64" ]
18+
exclude:
19+
- version: 11
20+
arch: "riscv64.riscv64.rv64"
21+
- version: 12
22+
arch: "riscv64.riscv64.rv64"
1923
steps:
2024
- name: Checkout repository
2125
uses: actions/checkout@v4

0 commit comments

Comments
 (0)