To build for only system's platform:
go build
To binaries for all supported combinations of operating systems and architectures:
scripts/builds.sh
See the .go_builds
file for the list of supported combinations of operating
systems and architectures.