Skip to content

Commit

Permalink
Merge pull request #8 from asdf-community/bugfix/arch
Browse files Browse the repository at this point in the history
fix(arch): support arm64
  • Loading branch information
czchen authored Jan 16, 2024
2 parents dd17f8f + 95dfd3a commit 71e3e31
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 71e3e31

Please sign in to comment.