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
I think this is good enough. I don't add it directly because adding features goes against the "minimal" Makefile I try to provide here. But people interested in such a rule are likely to find this issue.
Could we implement a task for the Makefile to do something like
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo .
?This helps to build a static binary for a docker image that has no dynamics.
The text was updated successfully, but these errors were encountered: