-
Notifications
You must be signed in to change notification settings - Fork 22
Add support for arm64 windows wheel builds #318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Cadair
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for the PR, looks good to me.
| "linux": "ubuntu-latest", | ||
| "macos": "macos-latest", | ||
| "windows": "windows-latest", | ||
| "windows-arm": "windows-11-arm", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a windows-latest-arm? I'd like this to not get out of date, and people can always override it if they want to.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is not unfortunately, windows-11-arm is the only arm64 windows runner image at the moment.
|
Thanks! |
Closes #317
This updates
load_build_targets.pyto use of thewindows-11-armrunner image when a target containingwin_armis given.