-
-
Notifications
You must be signed in to change notification settings - Fork 110
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 github action #26
base: master
Are you sure you want to change the base?
Conversation
I'm getting the following error when I'm trying to build within your branch:
|
Where are you seeing that? When you try build it locally? |
If so what flags are you using? If maybe use |
Yes, I was trying to build it locally to check if it's working as expected. I was getting this error running the following command: $ goreleaser release |
Also deleted the Makefile as I broke it and this should replace it. However understandable if this should be added instead. |
Reason I used build rather than release, is that release also pushes out to github and will expect a token to be provided. Github actions provide that token by default. |
Using the I will play a little bit around and if I consider that it would be a better alternative over my custom script I will merge this PR. |
Okay. I like how it produces RPMs and DEB files as it makes installation easy on my side. However I would rather have some sort of pipeline integrated with the deb system but not sure if that exists right now. |
I saw your build script and I replaced it (via copy and paste from my other projects so there could be oversight sorry.) With a go-releaser version. It uses a build on tag strategy.
The output looks like this:
https://github.com/arran4/triangle/releases/tag/v2.0.2