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

automated release process #11

Open
onyxraven opened this issue May 6, 2019 · 1 comment
Open

automated release process #11

onyxraven opened this issue May 6, 2019 · 1 comment
Assignees

Comments

@onyxraven
Copy link
Contributor

While I was working on #10 - I also realize I need a standard way to download and use a trusted binary in multiple places.

I've been using goreleaser for this, which is kind of amazing. I have a branch with a config. With the appropriate setup (github token and docker privs) can publish your binaries, build docker images, etc.

(I'm building a really small docker image here, mostly so that one can use COPY --from=remote/image binary /usr/local/binary style installs rather than needing to do a curl or something.)

I'm writing an issue to see if you're interested in adding that to your repo (since there are obvious implications like potentially adding CI builds, which would be based on your credentials, name, etc)

@Sjeanpierre
Copy link
Owner

Hey @onyxraven thanks for pointing this out. I am very interested and I'll take some time in the coming days to take a look and get it working.

@Sjeanpierre Sjeanpierre self-assigned this May 7, 2019
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

2 participants