Skip to content

Commit

Permalink
Use general arch setting instead of platform-specific setting
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 4, 2024
1 parent b9995e2 commit 8bda1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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.
Expand All @@ -94,7 +94,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 }}*"

Expand Down

0 comments on commit 8bda1f2

Please sign in to comment.