diff --git a/install.sh b/install.sh index 0b9f46eb31c..e44b825e01f 100755 --- a/install.sh +++ b/install.sh @@ -40,7 +40,7 @@ run_as_root() { } supported() { - local supported="darwin-amd64\nlinux-386\nlinux-amd64\nlinux-arm64\nlinux-armv6" + local supported="darwin-arm64\ndarwin-amd64\nlinux-386\nlinux-amd64\nlinux-arm64\nlinux-armv6" if ! echo "${supported}" | grep -q "${OS}-${ARCH}"; then if [ $OS == "windows" ]; then echo "Auto install not supported for Windows."