Skip to content

Commit

Permalink
support linux-aarch on install script
Browse files Browse the repository at this point in the history
  • Loading branch information
abihf committed Nov 5, 2022
1 parent 7a36f37 commit 58ed28b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/unix/volta-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ parse_os_info() {
Linux)
if [ "$arch" == "x86_64" ]; then
echo "linux"
elif [ "$arch" == "aarch64" ]; then
echo "linux-aarch64"
else
error "Releases for non x64 architectures are not currently supported."
return 1
Expand Down

0 comments on commit 58ed28b

Please sign in to comment.