mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-15 09:44:46 +03:00
Add manylinux_2_28 ppc64le wheels
This commit is contained in:
parent
e786019e83
commit
8317812214
29
.github/workflows/wheels.yml
vendored
29
.github/workflows/wheels.yml
vendored
|
@ -93,6 +93,31 @@ jobs:
|
|||
os: ubuntu-24.04-arm
|
||||
cibw_arch: aarch64
|
||||
build: "*manylinux*"
|
||||
- name: "manylinux_2_28 3.10 ppc64le"
|
||||
platform: linux
|
||||
os: ubuntu-latest
|
||||
cibw_arch: ppc64le
|
||||
build: "*cp310-manylinux*"
|
||||
- name: "manylinux_2_28 3.11 ppc64le"
|
||||
platform: linux
|
||||
os: ubuntu-latest
|
||||
cibw_arch: ppc64le
|
||||
build: "*cp311-manylinux*"
|
||||
- name: "manylinux_2_28 3.12 ppc64le"
|
||||
platform: linux
|
||||
os: ubuntu-latest
|
||||
cibw_arch: ppc64le
|
||||
build: "*cp312-manylinux*"
|
||||
- name: "manylinux_2_28 3.13 ppc64le"
|
||||
platform: linux
|
||||
os: ubuntu-latest
|
||||
cibw_arch: ppc64le
|
||||
build: "*cp313*-manylinux*"
|
||||
- name: "manylinux_2_28 3.14 ppc64le"
|
||||
platform: linux
|
||||
os: ubuntu-latest
|
||||
cibw_arch: ppc64le
|
||||
build: "*cp314*-manylinux*"
|
||||
- name: "iOS arm64 device"
|
||||
platform: ios
|
||||
os: macos-latest
|
||||
|
@ -115,6 +140,10 @@ jobs:
|
|||
with:
|
||||
python-version: "3.x"
|
||||
|
||||
- name: Set up QEMU
|
||||
if: "matrix.cibw_arch == 'ppc64le'"
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: |
|
||||
python3 -m pip install -r .ci/requirements-cibw.txt
|
||||
|
|
Loading…
Reference in New Issue
Block a user