-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
Right now the Docker images are getting built automagically by Docker Hub every time a tag gets pushed which is awesome. I still have to make the actual binaries manually and then upload them to GitHub with a sha256sum file so people can verify the binaries.
The way I currently do this is by bumping the VERSION and then using promu to build the binaries and put them into tarballs. (promu crossbuild tarballs) I then make the sha256sums file (promu checksum .tarballs).
What I would like to do is to automate this process, any help on this is welcome!