mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Use general arch setting instead of platform-specific setting
This commit is contained in:
parent
32ae1bd08a
commit
bc3cf97649
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# Build only the currently selected Linux architecture (so we can
|
# Build only the currently selected Linux architecture (so we can
|
||||||
# parallelise for speed).
|
# parallelise for speed).
|
||||||
CIBW_ARCHS_LINUX: "aarch64"
|
CIBW_ARCHS: "aarch64"
|
||||||
# Likewise, select only one Python version per job to speed this up.
|
# Likewise, select only one Python version per job to speed this up.
|
||||||
CIBW_BUILD: "${{ matrix.python-version }}-manylinux*"
|
CIBW_BUILD: "${{ matrix.python-version }}-manylinux*"
|
||||||
# Extra options for manylinux.
|
# Extra options for manylinux.
|
||||||
|
@ -90,7 +90,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
# Build only the currently selected Linux architecture (so we can
|
# Build only the currently selected Linux architecture (so we can
|
||||||
# parallelise for speed).
|
# parallelise for speed).
|
||||||
CIBW_ARCHS_LINUX: "aarch64"
|
CIBW_ARCHS: "aarch64"
|
||||||
# Likewise, select only one Python version per job to speed this up.
|
# Likewise, select only one Python version per job to speed this up.
|
||||||
CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec }}*"
|
CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec }}*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user