Skip to content

Commit bc3cf97

Browse files
committed
Use general arch setting instead of platform-specific setting
1 parent 32ae1bd commit bc3cf97

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
# Build only the currently selected Linux architecture (so we can
7878
# parallelise for speed).
79-
CIBW_ARCHS_LINUX: "aarch64"
79+
CIBW_ARCHS: "aarch64"
8080
# Likewise, select only one Python version per job to speed this up.
8181
CIBW_BUILD: "${{ matrix.python-version }}-manylinux*"
8282
# Extra options for manylinux.
@@ -90,7 +90,7 @@ jobs:
9090
env:
9191
# Build only the currently selected Linux architecture (so we can
9292
# parallelise for speed).
93-
CIBW_ARCHS_LINUX: "aarch64"
93+
CIBW_ARCHS: "aarch64"
9494
# Likewise, select only one Python version per job to speed this up.
9595
CIBW_BUILD: "${{ matrix.python-version }}-${{ matrix.spec }}*"
9696

0 commit comments

Comments
 (0)