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

Fix OS architecture for darwin aarch64 builds of static libs #3828

Conversation

zakkak
Copy link
Contributor

@zakkak zakkak commented May 30, 2024

This is a follow up to #2725.

uname -m seems to return arm64 on MacOS but the expected naming
seems to be aarch64 ( which is consistend with linux and windows as
well) as observed in graalvm/mandrel-packaging#415 (comment)

cc @jerboaa

This is a follow up to
adoptium#2725.

`uname -m` seems to return `arm64` on MacOS but the expected naming
seems to be `aarch64` ( which is consistend with linux and windows as
well) as observed in
graalvm/mandrel-packaging#415 (comment)
@github-actions github-actions bot added aarch Issues that affect or relate to the aarch ARCHITECTURE arm Issues that affect or relate to the ARM OS windows Issues that affect or relate to the WINDOWS OS labels May 30, 2024
@zakkak zakkak closed this May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aarch Issues that affect or relate to the aarch ARCHITECTURE arm Issues that affect or relate to the ARM OS windows Issues that affect or relate to the WINDOWS OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant