Skip to content

Support win-arm64#269

Draft
weiji14 wants to merge 3 commits intomamba-org:mainfrom
weiji14:patch-1
Draft

Support win-arm64#269
weiji14 wants to merge 3 commits intomamba-org:mainfrom
weiji14:patch-1

Conversation

@weiji14
Copy link
Copy Markdown

@weiji14 weiji14 commented Apr 15, 2025

GitHub added Windows ARM64 runners yesterday at https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/, and mamba supports win-arm64 since mamba-org/mamba#2745.

Haven't tested, but should hopefully fix Error: Unsupported platform: win32-arm64 seen at GenericMappingTools/pygmt#3911 (comment)

@weiji14 weiji14 requested a review from pavelzw as a code owner April 15, 2025 01:35
@pavelzw pavelzw added the enhancement New feature or request label Apr 15, 2025
@pavelzw
Copy link
Copy Markdown
Member

pavelzw commented Apr 15, 2025

You still need to run pnpm install and pnpm build

'linux-ppc64': 'linux-ppc64le',
'win32-x64': 'win-64'
'win32-x64': 'win-64',
'win32-arm64': 'win-arm64'
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.

as long as https://github.com/mamba-org/micromamba-releases/releases/tag/2.1.0-0 doesn't have binaries for win-arm64, this won't work

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Ah yes, and I guess we'll need to create win-arm64 builds on https://github.com/conda-forge/micromamba-feedstock first, xref conda-forge/conda-forge.github.io#1940.

@pavelzw pavelzw marked this pull request as draft March 26, 2026 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants