deis / builder

Git server and application builder for Deis Workflow
https://deis.com
MIT License
40 stars 41 forks source link

ref(Makefile): use go 1.6.2 and compress with upx directly #307

Closed mboersma closed 8 years ago

mboersma commented 8 years ago

Summary of Changes

Builds the builder boot binary with go 1.6.2 and compresses it directly with upx. The goupx tool isn't needed since go 1.6 according to its author.

See also https://blog.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/ for a discussion of the binary compression strategy Workflow components are also using.

Pull Request Hygiene TODOs

Please make sure the below checklist is complete.