Skip to content

Commit 1e93fe0

Browse files
committed
Remove s390x and duplicate 386 arch
1 parent 128cfc6 commit 1e93fe0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
fail-fast: false
1818
max-parallel: 4
1919
matrix:
20-
platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/386", "linux/ppc64le", "linux/amd64", "linux/s390x"]
20+
# "linux/s390x" -> depends on rustpython
21+
platform: ["linux/386", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le", "linux/amd64"]
2122
steps:
2223
- name: Checkout repository
2324
uses: actions/checkout@v4

0 commit comments

Comments
 (0)