Skip to content

Commit

Permalink
chore: enable ARM64 build for Linux and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
XuehaiPan committed Oct 31, 2022
1 parent 915599b commit 8735b23
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: auto64 aarch64
CIBW_ARCHS_WINDOWS: auto64 ARM64
CIBW_ARCHS_MACOS: auto64 arm64 universal2
with:
package-dir: .
output-dir: wheelhouse
Expand Down Expand Up @@ -169,7 +171,9 @@ jobs:
uses: pypa/[email protected]
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_LINUX: auto64 aarch64
CIBW_ARCHS_WINDOWS: auto64 ARM64
CIBW_ARCHS_MACOS: auto64 arm64 universal2
with:
package-dir: .
output-dir: wheelhouse
Expand Down

0 comments on commit 8735b23

Please sign in to comment.