joschi/asdf-mvnd

Apple M1 Support

duganth opened this issue · 3 comments

When trying to install latest version with plugin I receive:
asdf-mvnd error: Unsupported architecture

@duganth mvnd (as of version 0.4.1) only supports x86_64 but not ARM (aarch64).

What would be your expectation in this case? Should we install the x86_64 version on Macs with M1 processor to be used with Rosetta?

@duganth Is this still relevant for you?

I opened up #3 to add a fallback on m1 macs. Happy to tweak it.

If you want to try it out locally

asdf plugin add mvnd-m1 https://github.com/bskarda/asdf-mvnd.git
echo 'mvnd-m1' >> .tool-versions
asdf install
# use mvnd 
asdf plugin remove mvnd-m1