Skip to content

Commit

Permalink
Build arm64 binaries for darwin
Browse files Browse the repository at this point in the history
Closes gh-1183
  • Loading branch information
dominikh committed Mar 30, 2022
1 parent 5fe689a commit 0301600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ for os in ${SYSTEMS[@]}; do
done

build "darwin" "amd64"
build "darwin" "arm64"

for arch in armv5l armv6l armv7l arm64; do
build "linux" "$arch"
Expand Down

0 comments on commit 0301600

Please sign in to comment.