Closed Nezteb closed 7 months ago
@Nezteb asdf-odin downloads the release binaries of Odin from GitHub. Currently, the binaries are only distributed for amd64, so I cannot support other architectures like arm64.
@jtakakura Yep! I just wanted to create this GH issue as a placeholder so that it is not forgotten.
If/when Odin is able to start publishing ARM releases to GitHub, we can look at pulling those with asdf-odin
. 😄
Ah, I see. Thanks for creating this issue.
Describe the bug
Odin does support macOS using ARM, but Odin doesn't publish ARM builds for macOS. This won't be fixable/closable until that time. 😅
Steps to reproduce
asdf
andasdf-odin
.asdf install odin dev-2023-08
(or whatever the latest version is)asdf global odin dev-2023-08
odin
.Expected behavior
Ideally running Odin installed via
asdf-odin
would work on arm64 macOS machines.Additional context
Once Odin starts publishing arm64 builds,
asdf-odin
will need a couple modifications to switch on the output ofuname -m
to differentiate betweenx84_64
andarm64
. 😄