Skip to content

Conversation

weiji14
Copy link

@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
Member

pavelzw commented Apr 15, 2025

You still need to run pnpm install and pnpm build

@@ -27,7 +27,8 @@ export const getCondaArch = () => {
'linux-x64': 'linux-64',
'linux-arm64': 'linux-aarch64',
'linux-ppc64': 'linux-ppc64le',
'win32-x64': 'win-64'
'win32-x64': 'win-64',
'win32-arm64': 'win-arm64'
Copy link
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
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.

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