Skip to content

Add support for arm64 windows wheel builds#318

Merged
Cadair merged 9 commits intoOpenAstronomy:mainfrom
finnagin:win-arm64
Oct 22, 2025
Merged

Add support for arm64 windows wheel builds#318
Cadair merged 9 commits intoOpenAstronomy:mainfrom
finnagin:win-arm64

Conversation

@finnagin
Copy link
Copy Markdown
Contributor

Closes #317

This updates load_build_targets.py to use of the windows-11-arm runner image when a target containing win_arm is given.

Copy link
Copy Markdown
Member

@Cadair Cadair left a 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",
Copy link
Copy Markdown
Member

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.

Copy link
Copy Markdown
Contributor Author

@finnagin finnagin Oct 22, 2025

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.

@Cadair Cadair merged commit 80387e9 into OpenAstronomy:main Oct 22, 2025
25 checks passed
@Cadair
Copy link
Copy Markdown
Member

Cadair commented Oct 22, 2025

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for native windows arm64 wheel builds

2 participants