Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: sign coder binaries with the release key using GPG (cherry-pick #18774)#18869

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
gcp-cherry-pick-bot wants to merge1 commit intorelease/2.23
base:release/2.23
Choose a base branch
Loading
fromcherry-pick-8f3078-release/2.23

Conversation

gcp-cherry-pick-bot[bot]
Copy link

Cherry-picked feat: sign coder binaries with the release key using GPG (#18774)

Description

This PR introduces GPG signing for all Coderslim-binaries.
Detached signatures will allow users to verify the integrity and
authenticity of the binaries they download.

Changes

  • scripts/sign_with_gpg.sh: New script to sign a given binary
    using GPG. It imports the release key, signs the binary, and
    verifies the signature.
  • scripts/build_go.sh: Updated to callsign_with_gpg.sh when the
    CODER_SIGN_GPG environment variable is set to 1.
  • .github/workflows/release.yaml: The CODER_SIGN_GPG environment
    variable is now set to 1 during the release build, enabling GPG
    signing for all release binaries.
  • .github/workflows/ci.yaml: TheCODER_SIGN_GPG environment
    variable is now set to 1 during the CI build, enabling GPG
    signing for all CI binaries.
  • Makefile: Detached signatures are moved to the/site/out/bin/directory

### DescriptionThis PR introduces GPG signing for all Coder *slim-binaries*.Detached signatures will allow users to verify the integrity andauthenticity of the binaries they download.### Changes  * `scripts/sign_with_gpg.sh`: New script to sign a given binary     using GPG. It imports the release key, signs the binary, and     verifies the signature.   * `scripts/build_go.sh`: Updated to call `sign_with_gpg.sh` when the     `CODER_SIGN_GPG` environment variable is set to 1.   * `.github/workflows/release.yaml`: The` CODER_SIGN_GPG` environment     variable is now set to 1 during the release build, enabling GPG     signing for all release binaries.   * `.github/workflows/ci.yaml`: The `CODER_SIGN_GPG` environment     variable is now set to 1 during the CI build, enabling GPG     signing for all CI binaries.* `Makefile`: Detached signatures are moved to the `/site/out/bin/`directory
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@jdomeracki-coder

[8]ページ先頭

©2009-2025 Movatter.jp