Skip to content

Extend support to include win-arm64 - #1323

Draft
lrandersson wants to merge 3 commits into
conda:mainfrom
lrandersson:dev-ra-1204
Draft

Extend support to include win-arm64#1323
lrandersson wants to merge 3 commits into
conda:mainfrom
lrandersson:dev-ra-1204

Conversation

@lrandersson

Copy link
Copy Markdown
Contributor

Description

This PR adds source-level support for win-arm64 (arch parsing, platform registration, etc.) such that constructor can build ARM64 installers when invoked with --platform win-arm64. Does not add win-arm64 to CI — that's tracked separately.

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@lrandersson lrandersson self-assigned this Aug 11, 2026
@github-project-automation github-project-automation Bot moved this to 🆕 New in 🔎 Review Aug 11, 2026
@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Aug 11, 2026
@lrandersson
lrandersson marked this pull request as ready for review August 11, 2026 18:37
@lrandersson
lrandersson requested a review from a team as a code owner August 11, 2026 18:37
@lrandersson
lrandersson marked this pull request as draft August 11, 2026 18:37
{%- if win64 %}
{%- if win64 or win_arm64 %}
# If we're a 64-bit installer, make sure it's 64-bit Windows
# Not verified yet on ARM64 Windows.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: To test

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

Labels

cla-signed [bot] added once the contributor has signed the CLA

Projects

Status: 🆕 New

Development

Successfully merging this pull request may close these issues.

2 participants