I am running pants with GOLANG on a mac and my tar...
# general
f
I am running pants with GOLANG on a mac and my target is a docker container running linux. Is it possible to specify GOOS=linux GOARCH=amd64 in the package goal to force the binary to be correct for the linux container? I don’t want to do a build stage in docker if possible and let Pants handle it.