Skip to content

Commit

Permalink
[CI] enable ARM64 builds on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed Feb 3, 2025
1 parent fce35bf commit 35180de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
output-dir: dist
env:
CIBW_ARCHS_LINUX: 'x86_64 i686'
CIBW_ARCHS_WINDOWS: 'AMD64 x86' # No ARM64: https://gitlab.kitware.com/cmake/cmake/-/issues/26493
CIBW_ARCHS_WINDOWS: 'AMD64 x86 ARM64'
CIBW_ARCHS_MACOS: 'x86_64 universal2 arm64'
CIBW_BUILD: 'cp311-* pp39-*'
CIBW_ENVIRONMENT: 'PIP_FIND_LINKS=${{ github.workspace }}/dist PY_BUILD_CMAKE_VERBOSE=1'
Expand Down

0 comments on commit 35180de

Please sign in to comment.