mirror of https://github.com/perkeep/perkeep.git
b432bf01c7
Update our Go image to use Go1.5. Also, with Go1.5, we can compile static binaries (with CGO_ENABLED=0 and --tags=netgo) without having to first rebuild Go itself from source with CGO_ENABLED=0. Finally, with Go1.5, we can now cross-compile straight outta the (linux) binary tarball (without having to first build the necessary runtime in src). For both these above reasons, we don't need to use the Go -src tarball, and we don't need to have a dedicated Go docker image for each GOOS we cross-compile too. Yay, progress! Change-Id: Ibafb542a4771b151638e796ad3df78e0c8f1a4bf |
||
---|---|---|
.. | ||
.gitignore | ||
build-binaries.go |