Skip to content

Commit

Permalink
Support for win on arm (#201)
Browse files Browse the repository at this point in the history
* Add support for Windows on ARM64
  • Loading branch information
Zuzu-Typ authored Jan 12, 2023
1 parent e7daaf8 commit 7eee27b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: [AMD64, x86]
arch: [AMD64, x86, ARM64]

env:
CIBW_ARCHS: ${{matrix.arch}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: windows-latest
strategy:
matrix:
arch: [AMD64, x86]
arch: [AMD64, x86, ARM64]

env:
CIBW_ARCHS: ${{matrix.arch}}
Expand Down

0 comments on commit 7eee27b

Please sign in to comment.