Skip to content

Commit

Permalink
support mac m1 builds (aarch64)
Browse files Browse the repository at this point in the history
  • Loading branch information
barraponto authored Nov 8, 2023
1 parent 367a381 commit ee022e1
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 ee022e1

Please sign in to comment.