asdf-community / asdf-golang

Go plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
552 stars 92 forks source link

Add riscv64 support since builds are now available #145

Closed edolnx closed 1 month ago

edolnx commented 2 months ago

The official golang site now makes riscv64 builds available for linux. This adds the correct uanem -m match in the helper. Tested on a Banana Pi BPI-F3 running Ubuntu 20.04, worked like a charm.

kennyp commented 1 month ago

Thanks @edolnx!