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

create binary release artifacts using goreleaser #120

Merged
merged 2 commits into from
Nov 20, 2024

Conversation

szkiba
Copy link
Contributor

@szkiba szkiba commented Nov 20, 2024

Create and publish binary release artifacts for the most common platforms using goreleaser.

goreleaser is a common and good tool for creating release artifacts: binaries for different platforms, docker images, packages for different package managers, etc.

Binary artifacts will be created for the following platforms:

goos: ["darwin", "linux", "windows"]
goarch: ["amd64", "arm64"]

@szkiba szkiba requested a review from a team as a code owner November 20, 2024 14:58
@szkiba szkiba requested review from pablochacin and removed request for a team November 20, 2024 14:58
@szkiba szkiba linked an issue Nov 20, 2024 that may be closed by this pull request
Copy link
Collaborator

@pablochacin pablochacin left a comment

Choose a reason for hiding this comment

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

LGTM

@szkiba szkiba merged commit 24a3640 into master Nov 20, 2024
10 checks passed
@szkiba szkiba deleted the 119-create-and-publish-binary-release-artifacts branch November 20, 2024 15:45
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.

Create and publish binary release artifacts
2 participants