Skip to content

Commit

Permalink
aarch64 -> arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdi BEN ABDALLAH committed Jun 5, 2023
1 parent f7e5148 commit a6e52e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ initArch() {
ARCH=$(uname -m)
case $ARCH in
x86_64) ARCH="amd64";;
aarch64) ARCH="arm64";;
esac
}

Expand Down

0 comments on commit a6e52e6

Please sign in to comment.