Skip to content

Commit

Permalink
Merge pull request #10 from maman/patch-1
Browse files Browse the repository at this point in the history
Return proper architecture on arm64 linux
  • Loading branch information
chessmango committed Feb 13, 2024
2 parents 20e55a7 + e1f4dad commit 50953d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Expand Up @@ -76,7 +76,7 @@ get_arch() {
"x86_64")
echo "x86_64"
;;
"arm64")
"arm64" | "aarch64")
echo "aarch64"
;;
*)
Expand Down

0 comments on commit 50953d1

Please sign in to comment.