I see many Go projects on GitHub that mention publicly releasing binaries for their projects in the future when time permits. After releasing Depcon and Docker Volume Netshare I wanted an easy way to release updates so users could quickly grab the latest binary regardless of their platform.
There are many ways to do this and after researching various cross-compilation options and a place to store built binaries I settled on Goxc for compilation and Bintray to store the final binaries and packages. [Read more…]