Support installation for arm64 architecture#452
Conversation
This patch supports installation for arm64 architecture. Since go-ios supports arm64 in danielpaulus#399, we can use arm64 instead of amd64 for installation.
|
@danielpaulus Thanks for the review. |
|
@jdragonbae I had to revert #399 because it broke the release pipeline. I will try and double check this week that the change above works with the reverted state too. |
|
Thank you for this, @jdragonbae — and apologies it sat so long. 🙏 You were absolutely right that Apple Silicon shouldn't be stuck on an amd64/Rosetta binary, and this PR pointed at the real gap. Closing it now because the underlying issue has since been solved a different way and the change is effectively a no-op against current
The only remnant is that the So the practical outcome you wanted — native arm64 installs on Apple Silicon — already ships. Thanks again for flagging it and for your patience! 🎉 |
This patch supports installation for arm64 architecture.
Since go-ios supports arm64 in #399,
we can use arm64 instead of amd64 for installation.