Open guidoiaquinti opened 3 years ago
With make out/pkg we currently build several GOARCH / GOARM while the majority of users would probably need only one. What do you think about optionally let people use the GOARCH and GOARM env variables to target a single build? Thanks!
make out/pkg
GOARCH
GOARM
Seems reasonable and easy to implement.
With
make out/pkg
we currently build severalGOARCH
/GOARM
while the majority of users would probably need only one. What do you think about optionally let people use theGOARCH
andGOARM
env variables to target a single build? Thanks!