Skip to content

Commit

Permalink
fix: Support arm64 architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Victor J. Diaz Ayuste <e_vdiaz@mercadona.com>
  • Loading branch information
Victor J. Diaz Ayuste committed Mar 11, 2024
1 parent f764a3f commit 37120da
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 37120da

Please sign in to comment.