aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/cli/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cli/install.sh b/src/cli/install.sh
index c44c1da99..1c47cde79 100644
--- a/src/cli/install.sh
+++ b/src/cli/install.sh
@@ -41,6 +41,9 @@ else
case $(uname -sm) in
"Darwin x86_64") target="darwin-x64" ;;
"Darwin arm64") target="darwin-aarch64" ;;
+ "Linux aarch64") target="linux-aarch64" ;;
+ "Linux arm64") target="linux-aarch64" ;;
+ "Linux x86_64") target="linux-x64" ;;
*) target="linux-x64" ;;
esac
fi