Is there a way to do the equivalent of `GOARCH=amd...
# general
p
Is there a way to do the equivalent of
GOARCH=amd64 GOOS=linux go build .
when using pant's golang support (`./pants package src/go/someplace/goapp/::`` ) ? didn't find any reference to this in docs https://www.pantsbuild.org/v2.13/docs/go (trying to build a linux amd64 files on an apple m1)
h