diff --git a/scripts/install-gh-setup.sh b/scripts/install-gh-setup.sh index f9c23ea..47c4c4d 100755 --- a/scripts/install-gh-setup.sh +++ b/scripts/install-gh-setup.sh @@ -29,7 +29,9 @@ elif uname -a | grep Darwin > /dev/null; then bin="${TMPDIR}gh-setup" elif uname -a | grep Linux > /dev/null; then if [ $arch = "x86_64" ]; then - exe="gh-setup_${tag}_linux_amd64" + exe="gh-setup_${tag}_linux_amd64" + elif [ $arch = "aarch64" -o $arch = "arm64" ]; then + exe="gh-setup_${tag}_linux_arm64" fi bin="/tmp/gh-setup"