Skip to content

Commit

Permalink
Add aarch64 to arm64 renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
sobkulir committed Oct 23, 2024
1 parent 405ae2b commit 1741eb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ case "$(uname -m)" in
x86_64)
CPUARCHITECTURE="amd64"
;;
aarch64)
CPUARCHITECTURE="arm64"
;;
armv7l)
CPUARCHITECTURE="armv7"
;;
Expand Down

0 comments on commit 1741eb3

Please sign in to comment.