Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map arm64 to aarch64 #56

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Map arm64 to aarch64 #56

merged 1 commit into from
Oct 11, 2024

Conversation

kylekthompson
Copy link
Member

@kylekthompson kylekthompson commented Oct 11, 2024

The docs for process.arch state:

Possible values are: 'arm', 'arm64', 'ia32', 'loong64', 'mips', 'mipsel', 'ppc', 'ppc64', 'riscv64', 's390', 's390x', and 'x64'.

I think for now, we should just handle mapping these gradually as we learn more about usage. The only other one I suspect we may care about is arm (without the 64 suffix), but I'm not clear on how it differs.

@TAGraves TAGraves merged commit 6e1a82e into v1 Oct 11, 2024
4 checks passed
@TAGraves TAGraves deleted the kt/arch branch October 11, 2024 13:53
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.

2 participants