Skip to content

Commit

Permalink
Merge pull request #3 from vjda/fix/support_apple_silicon
Browse files Browse the repository at this point in the history
fix: Support arm64 architecture
  • Loading branch information
LozanoMatheus authored Mar 11, 2024
2 parents f764a3f + 37120da commit 05066f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ get_arch() {
arm | armv7l)
arch="arm"
;;
aarch64)
aarch64 | arm64)
arch="arm64"
;;
s390x)
Expand Down

0 comments on commit 05066f0

Please sign in to comment.