You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If someone only wants one or two platforms and don't feel like they need the full golang:cross image, they can use something simple like:
FROM golang
RUN cd /usr/src/go/src && GOOS=windows GOARCH=amd64 ./make.bash --no-clean
RUN cd /usr/src/go/src && GOOS=darwin GOARCH=amd64 ./make.bash --no-clean