I am writing a script that will download the executable binary from Google cloud storage and execute it on the Google cloud compute.
But, I don't know what would be the right values for GOOS
and GOARCH
environment variables to build the executable with go build
command.