Skip to content

Commit

Permalink
fix(arch): support arm64
Browse files Browse the repository at this point in the history
closes #7
  • Loading branch information
czchen committed Jan 16, 2024
1 parent bb68007 commit 95dfd3a
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 @@ -43,7 +43,7 @@ get_arch() {
return
fi

fail "Unknown arch"
echo $machine
}

get_platform() {
Expand Down

0 comments on commit 95dfd3a

Please sign in to comment.