chore: fix update script for mac silicon
This commit is contained in:
parent
1fc16c3d1e
commit
0608bcafbf
|
@ -32,6 +32,9 @@ function get_arch() {
|
|||
s390x)
|
||||
arch="s390x"
|
||||
;;
|
||||
arm64)
|
||||
arch="amd64"
|
||||
;;
|
||||
aarch64)
|
||||
arch="arm64"
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue