-
Notifications
You must be signed in to change notification settings - Fork 564
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
Add sget
to the release artifacts
#745
Conversation
38ca57f
to
f515323
Compare
cool, thanks @rgreinho! @dlorenc @dekkagaijin I will update the release pipeline to include this in the release as well ok? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small fix, thanks fro this PR
8e0b80b
to
9e0bcc5
Compare
During the release process, builds `sget` along cosign, signs, verifies and publishes the binaries. Fixes sigstore#725 Signed-off-by: Rémy Greinhofer <[email protected]>
9e0bcc5
to
d253ab8
Compare
@cpanato it looks like your comment was addressed. Merge if you're happy! |
I'm always happy :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!!
After pushing sigstore#745, the signing/verifying mechamnism for the created binaries was broken. This patch fixes the issue and removes the useless duplication, making the CI workflow DRYer.
After pushing sigstore#745, the signing/verifying mechanism for the created binaries was broken. This patch fixes the issue and removes the useless duplication, making the CI workflow DRYer.
After pushing sigstore#745, the signing/verifying mechanism for the created binaries was broken. This patch fixes the issue and removes the useless duplication, making the CI workflow DRYer. Signed-off-by: Rémy Greinhofer <[email protected]>
After pushing #745, the signing/verifying mechanism for the created binaries was broken. This patch fixes the issue and removes the useless duplication, making the CI workflow DRYer. Signed-off-by: Rémy Greinhofer <[email protected]>
During the release process, builds
sget
along cosign, signs, verifiesand publishes the binaries.
Fixes #725