mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +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:
|
||||
# Build only the currently selected Linux architecture (so we can
|
||||
# parallelise for speed).
|
||||
CIBW_ARCHS_LINUX: "aarch64"
|
||||
CIBW_ARCHS: "aarch64"
|
||||
# Likewise, select only one Python version per job to speed this up.
|
||||
CIBW_BUILD: "${{ matrix.python-version }}-manylinux*"
|
||||
# Extra options for manylinux.
|
||||
|
@ -90,7 +90,7 @@ jobs:
|
|||
env:
|
||||
# Build only the currently selected Linux architecture (so we can
|
||||
# parallelise for speed).
|
||||
CIBW_ARCHS_LINUX: "aarch64"
|
||||
CIBW_ARCHS: "aarch64"
|
||||
# Likewise, select only one Python version per job to speed this up.
|
||||
CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec }}*"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user