Skip to content

Commit

Permalink
Merge pull request #2 from danilpaxos/add-linux-aarch64
Browse files Browse the repository at this point in the history
Add aarch64
  • Loading branch information
danilpaxos authored Jul 13, 2022
2 parents a1914ad + 1cda141 commit 2913f32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ get_arch() {
x86_64|amd64) arch="amd64"; ;;
i686|i386) arch="386"; ;;
arm64) arch="arm64"; ;;
aarch64) arch="arm64"; ;;
*)
echo "Arch '$(uname -m)' not supported" >&2
exit 1
Expand Down

0 comments on commit 2913f32

Please sign in to comment.