Skip to content

Commit d764739

Browse files
authored
build wheels for ppc64le and s390x (#55)
1 parent 0990666 commit d764739

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@ jobs:
138138
- os: ubuntu
139139
target: armv7
140140
container: messense/manylinux_2_24-cross:armv7
141+
- os: ubuntu
142+
target: ppc64le
143+
container: messense/manylinux_2_24-cross:ppc64le
144+
- os: ubuntu
145+
target: s390x
146+
container: messense/manylinux_2_24-cross:s390x
141147
# musllinux
142148
- os: ubuntu
143149
target: x86_64

0 commit comments

Comments
 (0)