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: integrate Goreleaser for building binaries #19

Merged
merged 1 commit into from
Apr 19, 2022

Conversation

dylan-bourque
Copy link
Collaborator

@dylan-bourque dylan-bourque commented Apr 14, 2022

add Goreleaser config and GH action
add new snapshot Make target

Note: this does not include publishing artifacts yet. wanted to get the basics working and up for review first.
The CI build now triggers when a release is published (stable and pre-release) and builds and uploads archives (tarball for Linux and Mac and zip for Windows) with pre-built binaries and attached them to the release.

To test, I forked the repo into my personal GH, merged this branch, then created several releases with a minor change between each.

.github/workflows/release.yml Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
.goreleaser.yaml Outdated Show resolved Hide resolved
@scarlson scarlson linked an issue Apr 19, 2022 that may be closed by this pull request
@scarlson
Copy link
Contributor

LGTM :shipit:

added Goreleaser config and GH action to build binaries for all supported
platforms and architectures
added new `snapshot` and `check-goreleaser-install` Make targets
@dylan-bourque dylan-bourque merged commit 2adcb3b into main Apr 19, 2022
@dylan-bourque dylan-bourque deleted the wip-add-goreleaser-for-ci branch April 19, 2022 16:02
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.

Configure GH Actions for CI
5 participants