Skip to content

Commit

Permalink
Add ARM Linux support in install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lkwr authored and lukaszo committed Jan 6, 2025
1 parent b040c1c commit 6c6ec4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -e
case $(uname -sm) in
"Darwin x86_64") target="darwin_amd64" ;;
"Darwin arm64") target="darwin_arm64" ;;
"Linux aarch64") target="linux_arm64" ;;
*) target="linux_amd64" ;;
esac

Expand Down

0 comments on commit 6c6ec4d

Please sign in to comment.