tristanisham / zvm

zvm (Zig Version Manager) lets you easily install/upgrade between different versions of Zig.
https://www.zvm.app
MIT License
488 stars 33 forks source link

fix: fix installation on aarch64 Linux (#52) #54

Closed kkebo closed 9 months ago

kkebo commented 9 months ago

fixes #52

The command uname -m returns aarch64 on aarch64 Linux, but there is no zvm-linux-aarch64.tar on the release page. I've changed install.sh so that it treats aarch64 as arm64.

This makes it possible to install zvm on aarch64 Linux. I tested it on my Fedora 39 aarch64 and it worked well.