Skip to content

Commit

Permalink
Merge pull request #1 from marcocianci/main
Browse files Browse the repository at this point in the history
Update utils.bash | aarch64 (Amazon Linux 2023)
  • Loading branch information
yilas authored Oct 26, 2023
2 parents 65aa289 + 6cf90f7 commit b82b43d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ get_arch() {

case "$(uname -m)" in
x86_64 | amd64) arch="x86_64" ;;
aarch64) arch="aarch64" ;; # Amazon Linux 2023
*)
fail "Arch '$(uname -m)' not supported!"
;;
Expand Down

0 comments on commit b82b43d

Please sign in to comment.