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.
fixes #52
The command
uname -m
returnsaarch64
on aarch64 Linux, but there is nozvm-linux-aarch64.tar
on the release page. I've changedinstall.sh
so that it treatsaarch64
asarm64
.This makes it possible to install zvm on aarch64 Linux. I tested it on my Fedora 39 aarch64 and it worked well.