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

Consider goreleaser for building releases #25

Closed
twpayne opened this issue Dec 27, 2019 · 2 comments · Fixed by #171
Closed

Consider goreleaser for building releases #25

twpayne opened this issue Dec 27, 2019 · 2 comments · Fixed by #171

Comments

@twpayne
Copy link
Contributor

twpayne commented Dec 27, 2019

goreleaser makes it really easy to build Go binaries for multiple platforms, including generating .rpms, .debs, tarballs, zip files, Homebrew formulae, Snapcrafts, Scoops, and the like. It would be a great fit for age.

Let me know if you'd like a PR that adds this. Thanks to @joemiller who contributed this to chezmoi in twpayne/chezmoi#33 - I'd like to pay the contribution forward.

@emaste
Copy link
Contributor

emaste commented Dec 28, 2019

It looks like there's not yet FreeBSD support in goreleaser :(

@twpayne
Copy link
Contributor Author

twpayne commented Dec 28, 2019

@emaste Goreleaser does support FreeBSD, and OpenBSD. It supports all OSs that Go can cross-compile to.

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

Successfully merging a pull request may close this issue.

2 participants