Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate releases #10

Open
RubenHoms opened this issue Jan 3, 2020 · 0 comments
Open

Automate releases #10

RubenHoms opened this issue Jan 3, 2020 · 0 comments

Comments

@RubenHoms
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant