mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-23 11:45:06 +03:00
fix arch test
This commit is contained in:
parent
94febd6c6b
commit
6634bd2937
@ -71,7 +71,7 @@ function os() {
|
||||
function arch() {
|
||||
local arch="$(uname -m)"
|
||||
case "$arch" in
|
||||
arm64)
|
||||
arm64 | aarch64)
|
||||
echo "aarch64"
|
||||
;;
|
||||
x86_64)
|
||||
|
Loading…
Reference in New Issue
Block a user