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

goreleaser #6

Closed
missinglink opened this issue Aug 23, 2021 · 5 comments
Closed

goreleaser #6

missinglink opened this issue Aug 23, 2021 · 5 comments

Comments

@missinglink
Copy link
Contributor

I've seen this cool package goreleaser, but not had a chance to use it yet.

It looks like we can configure it to do a bunch of pre-release tasks, but the one I'd love to see is to build and attach precompiled binary 'assets' to the 'releases' on Github.

See one of their releases as example:
https://github.com/goreleaser/goreleaser/releases/tag/v0.175.0

Screenshot 2021-08-23 at 15 00 50

@thisisaaronland
Copy link
Member

There are a bunch of places something like this would be useful. Does it require Docker to publish releases? Is it something that we could automate using plain-vanilla Go commands and GitHub actions?

@missinglink
Copy link
Contributor Author

Looks like github actions can handle it all for us https://goreleaser.com/ci/actions/

@tomtaylor
Copy link
Member

I’m happy to try and wire this up. It’d be useful to automatically release binaries for a bunch of different architectures and be able to install them with brew for those of us on MacOS. The same goes for all the WOF executables, so maybe there’s a common approach we can apply across other packages.

@thisisaaronland
Copy link
Member

Agreed. This would be very useful for the tools in go-whosonfirst-exportify.

@tomtaylor
Copy link
Member

Released and working in #9.

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

No branches or pull requests

3 participants