Skip to content

Commit

Permalink
chore: fix update script for mac silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 25, 2024
1 parent 1fc16c3 commit 0608bca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ function get_arch() {
s390x)
arch="s390x"
;;
arm64)
arch="amd64"
;;
aarch64)
arch="arm64"
;;
Expand Down

0 comments on commit 0608bca

Please sign in to comment.