Skip to content

Commit

Permalink
Add darwin/arm64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
liggitt committed Mar 11, 2022
1 parent 789db88 commit 4fb41a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build-cross.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# Though more platforms may be supported (freebsd/386), they have been removed
# from the standard ports/downloads and therefore removed from this list.
#
PLATFORMS="darwin/amd64" # amd64 only as of go1.5
PLATFORMS="darwin/amd64 darwin/arm64"
PLATFORMS="$PLATFORMS windows/amd64 windows/386" # arm compilation not available for Windows
PLATFORMS="$PLATFORMS linux/amd64 linux/386"
PLATFORMS="$PLATFORMS linux/ppc64 linux/ppc64le"
Expand Down

0 comments on commit 4fb41a3

Please sign in to comment.