Skip to content

Support Windows ARM64 (win-arm64) - #269

Merged
jjerphan merged 6 commits into
mamba-org:mainfrom
weiji14:patch-1
Jul 24, 2026
Merged

Support Windows ARM64 (win-arm64)#269
jjerphan merged 6 commits into
mamba-org:mainfrom
weiji14:patch-1

Conversation

@weiji14

@weiji14 weiji14 commented Apr 15, 2025

Copy link
Copy Markdown
Contributor

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
Comment thread src/util.ts
@pavelzw pavelzw added the enhancement New feature or request label Apr 15, 2025
@pavelzw

pavelzw commented Apr 15, 2025

Copy link
Copy Markdown
Member

You still need to run pnpm install and pnpm build

Comment thread src/util.ts
'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
Contributor 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.

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.

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

Issue tracked at mamba-org/micromamba-releases#91

@pavelzw
pavelzw marked this pull request as draft March 26, 2026 23:55
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
Not installable for win-arm64 because brotli is
not available for this platform

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
@jjerphan
jjerphan marked this pull request as ready for review July 23, 2026 13:59
@jjerphan jjerphan changed the title Support win-arm64 Support Windows ARM64 (win-arm64) Jul 23, 2026

@JohanMabille JohanMabille left a comment

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.

Last micromamba release has been edited to include the build for win-arm64, and mamba-org/micromamba-releases#91 has been solved, so I think we can get this in.

@jjerphan
jjerphan enabled auto-merge (squash) July 24, 2026 08:26
@jjerphan

Copy link
Copy Markdown
Member

I cannot merge, I do not know why. Must @pavelzw also give an approval?

@jjerphan
jjerphan merged commit fb7186a into mamba-org:main Jul 24, 2026
66 checks passed
@weiji14
weiji14 deleted the patch-1 branch July 24, 2026 12:02
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.

4 participants