Closed mboersma closed 8 years ago
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.
boot
upx
goupx
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.
Please make sure the below checklist is complete.
Summary of Changes
Builds the builder
boot
binary with go 1.6.2 and compresses it directly withupx
. Thegoupx
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.