Skip to content

Commit

Permalink
aarch64 -> arm64
Browse files Browse the repository at this point in the history
Mehdi BEN ABDALLAH committed Jun 5, 2023

Partially verified

This commit is signed with the committer’s verified signature.
spydon’s contribution has been verified via GPG key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
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
@@ -32,6 +32,7 @@ initArch() {
ARCH=$(uname -m)
case $ARCH in
x86_64) ARCH="amd64";;
aarch64) ARCH="arm64";;
esac
}

0 comments on commit a6e52e6

Please sign in to comment.