You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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 thesha256sums
file (promu checksum .tarballs
).What I would like to do is to automate this process, any help on this is welcome!
The text was updated successfully, but these errors were encountered: