# use this script to build 32-bit darwin binaries GOARCH=386 CGO_ENABLED=1 CGO_CFLAGS=-m32 CGO_LDFLAGS=-m32 "$@"