Skip to content

Commit cdb3211

Browse files
committed
Remove s390x support
1 parent 33874e0 commit cdb3211

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
contents: read
5454
strategy:
5555
matrix:
56-
arch: [x86_64, x86, aarch64, armhf, armv7, ppc64le, loongarch64, riscv64, s390x]
56+
#arch: [x86_64, x86, aarch64, armhf, armv7, ppc64le, loongarch64, riscv64, s390x]
57+
arch: [x86_64, x86, aarch64, armhf, armv7, ppc64le, loongarch64, riscv64]
5758
env:
5859
ARCHITECTURE: ${{ matrix.arch }}
5960
steps:

0 commit comments

Comments
 (0)