Add automated binary release - #80
Merged
Merged
Conversation
jonhenrik13
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces several improvements to the build, release, and signing workflows for the project, including the addition of a comprehensive GitHub Actions workflow for releasing binaries on multiple platforms, enhancements to code signing and notarization for macOS, and updates to Go versioning across the repository. The changes ensure more robust, secure, and reproducible releases.
Release workflow enhancements:
.github/workflows/release.ymlworkflow to automate building, signing, packaging, and uploading release binaries for Linux, Windows, and macOS, including platform-specific signing and notarization steps..github/utils/mac-sign-and-notarize.sh, a script for signing and notarizing macOS binaries using Apple Developer credentials, and.github/utils/entitlements.plistfor specifying macOS entitlements. [1] [2]Go version updates:
1.25.7ingo.modand all relevant GitHub Actions workflows (golangci-lint.yml,pr-test.yml) for improved consistency and security. [1] [2] [3] [4]Editor configuration:
.editorconfigrules to enforce 2-space indentation for YAML files, improving code style consistency.