feat: add goreleaser release pipeline and rebrand to SecureAuth#42
Open
piotrek-janus wants to merge 2 commits into
Open
feat: add goreleaser release pipeline and rebrand to SecureAuth#42piotrek-janus wants to merge 2 commits into
piotrek-janus wants to merge 2 commits into
Conversation
- Add .goreleaser.yaml (linux/darwin x amd64/arm64, tar.gz archives, checksums) - Add release workflow triggered on v* tags - Migrate action.yaml from Docker action to composite action: prebuilt binary download with actions/cache, fallback to source build that skips setup-go when Go is already on the runner - Update test workflow to resolve and test against the latest release tag - Drop legacy Dockerfile and scripts/action-entrypoint.sh - Rebrand CLI help text and README from Cloudentity to SecureAuth, expand flag descriptions
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.
Summary
v*tags); builds linux/darwin × amd64/arm64 archives with checksums.action.yamlfrom Docker action to composite action: prebuilt-binary download withactions/cache, falls back to source build (skippingsetup-gowhen Go is already on the runner). Cuts cold-cache action runs from minutes to seconds.Dockerfileandscripts/action-entrypoint.sh.Test plan
v*release and confirm GoReleaser publishes archives matchingcac_${OS}_${ARCH}.tar.gztest.yamlruns--helpand the negative case against the published binaryuses: <repo>@v*downloads the prebuilt binary (nosetup-go/go build)