Skip to content

Commit

Permalink
Add aarch64 as alias for arm64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
veggerby committed Apr 29, 2024
1 parent dc01b9d commit 705bd99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ discoverArch() {
i686) ARCH="386";;
i386) ARCH="386";;
arm64) ARCH="arm64";;
aarch64) ARCH="arm64";;
esac
}

Expand Down

0 comments on commit 705bd99

Please sign in to comment.