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

feat: goreleaser setup #12

Merged
merged 3 commits into from
Feb 1, 2022
Merged

feat: goreleaser setup #12

merged 3 commits into from
Feb 1, 2022

Conversation

caarlos0
Copy link
Contributor

@caarlos0 caarlos0 commented Feb 1, 2022

closes #9
closes #8

This adds:

  • build the binaries for windows, linux and darwin, amd64, arm64 and 386 (can add more if you want/need)
  • keyless sign archives with cosign
  • create a release on github and upload the artifacts
  • create/update the formula on a homebrew-tap repository

TODOs for @orlangure

  • create a homebrew-tap repository
  • create a personal access token with write access
  • add it as a secret to this project (named GITHUB_PAT)
  • cut a new tag

Copy link
Owner

@orlangure orlangure left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so cool! It's been a while since I wanted to use goreleaser, and finally there is a reason.

I only had to change the secret name (github won't allow to start secrets with GITHUB_), so I'm pushing another commit and merging this 😼

Thank you!

@orlangure orlangure merged commit cf8f48b into orlangure:master Feb 1, 2022
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 this pull request may close these issues.

Brew installation Multi-platform binary releases (goreleaser?)
2 participants