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.