Skip to content

Commit da7df3e

Browse files
authored
Disable s390x builds (#268)
1 parent 8292231 commit da7df3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
strategy:
8181
matrix:
8282
distro: [manylinux2014, manylinux_2_28]
83-
arch: [x86_64, s390x]
83+
arch: [x86_64]
8484
include:
8585
- distro: manylinux2014
8686
arch: i686
@@ -161,7 +161,7 @@ jobs:
161161
runs-on: ubuntu-latest
162162
strategy:
163163
matrix:
164-
arch: [x86_64, i686, s390x]
164+
arch: [x86_64, i686]
165165

166166
env:
167167
CIBW_MUSLLINUX_X86_64_IMAGE: musllinux_1_2

0 commit comments

Comments
 (0)