asdf-community / asdf-rust

Rust plugin for the asdf version manager
https://github.com/asdf-vm/asdf
Apache License 2.0
97 stars 16 forks source link

feat: map arm64 to aarch64 #15

Closed lucastrvsn closed 3 years ago

lucastrvsn commented 3 years ago

arm64 and aarch64 refers to the same thing, so needs to map this as well. This will also allow macOS users using the M1 chip to install rust using this plugin.

Tested on Macbook Pro M1, everything works as expected.

Captura de Tela 2021-04-16 às 20 02 47

smorimoto commented 3 years ago

Thanks @lucastrvsn!