Skip to content

Commit

Permalink
support mac m1 builds (aarch64) (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
barraponto authored Dec 15, 2023
1 parent 05faac3 commit 3419065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ install_dprint() {

case "$(uname -m)" in
x86_64*) architecture="x86_64" ;;
arm64*) architecture="aarch64" ;;
*) fail "Unsupported architecture" ;;
esac

Expand Down

0 comments on commit 3419065

Please sign in to comment.