-
Notifications
You must be signed in to change notification settings - Fork 14
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
Set up automatic builds #6
Comments
Also please update the readme in #5 |
Should this be set up in CI? Perhaps using Github actions or something? |
Highly recommend @goreleaser |
Can we enable GHA? Then should have a docker build based golang builder ;) |
I second goreleaser. |
We can use GHA and goreleaser. How do we set it up? |
I am unavailable until later this weekend (although if no one gets to it I'd be happy to contribute) |
I can open a PR for it tonight or later today. I recently set this up at work for an internal tool. We can add macos binary signing in a separate PR afterwards. |
Can we please run
make test
and fail the build if the tests fail? Can someone work with me in Discord to get permissions needed to set this up such that we have an automatic build for the project?The text was updated successfully, but these errors were encountered: