Skip to content

Commit 9381ab6

Browse files
committed
disable s390x builds for now
1 parent 7bfe449 commit 9381ab6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/python-packaging.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
target: [x86_64, x86, aarch64, armv7, s390x, ppc64le]
22+
target:
23+
- x86_64
24+
- x86
25+
- aarch64
26+
- armv7
27+
# - s390x
28+
- ppc64le
2329
steps:
2430
- uses: actions/checkout@v4
2531
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)