File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 93
93
os : ubuntu-24.04-arm
94
94
cibw_arch : aarch64
95
95
build : " *manylinux*"
96
+ - name : " manylinux_2_28 3.10 ppc64le"
97
+ platform : linux
98
+ os : ubuntu-latest
99
+ cibw_arch : ppc64le
100
+ build : " *cp310-manylinux*"
101
+ - name : " manylinux_2_28 3.11 ppc64le"
102
+ platform : linux
103
+ os : ubuntu-latest
104
+ cibw_arch : ppc64le
105
+ build : " *cp311-manylinux*"
106
+ - name : " manylinux_2_28 3.12 ppc64le"
107
+ platform : linux
108
+ os : ubuntu-latest
109
+ cibw_arch : ppc64le
110
+ build : " *cp312-manylinux*"
111
+ - name : " manylinux_2_28 3.13 ppc64le"
112
+ platform : linux
113
+ os : ubuntu-latest
114
+ cibw_arch : ppc64le
115
+ build : " *cp313*-manylinux*"
116
+ - name : " manylinux_2_28 3.14 ppc64le"
117
+ platform : linux
118
+ os : ubuntu-latest
119
+ cibw_arch : ppc64le
120
+ build : " *cp314*-manylinux*"
96
121
- name : " iOS arm64 device"
97
122
platform : ios
98
123
os : macos-latest
@@ -115,6 +140,10 @@ jobs:
115
140
with :
116
141
python-version : " 3.x"
117
142
143
+ - name : Set up QEMU
144
+ if : " matrix.cibw_arch == 'ppc64le'"
145
+ uses : docker/setup-qemu-action@v3
146
+
118
147
- name : Install cibuildwheel
119
148
run : |
120
149
python3 -m pip install -r .ci/requirements-cibw.txt
You can’t perform that action at this time.
0 commit comments