Skip to content

ci: Add Binary Signing Task #3649

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

Merged
merged 154 commits into from
May 29, 2025
Merged

ci: Add Binary Signing Task #3649

merged 154 commits into from
May 29, 2025

Conversation

sheylatrudo
Copy link
Contributor

@sheylatrudo sheylatrudo commented May 10, 2025

Reason for Change:
This PR enables us to build signed binaries.
Scripts part out the builder portions of the dockerfiles to allow us to sign the binaries that are internal to the images.
The packages are then added to the image during build time. This results in signed binaries as an integrated part of our built images.
Also updated the build time image name to switch the docker image path.

Issue Fixed:

Requirements:

Notes:

@sheylatrudo
Copy link
Contributor Author

/acn run ACN Test Unofficial

@sheylatrudo sheylatrudo changed the title Smtrudo/binary signing ci: Add Binary Signing Task May 12, 2025
@sheylatrudo sheylatrudo marked this pull request as ready for review May 12, 2025 21:31
@Copilot Copilot AI review requested due to automatic review settings May 12, 2025 21:31
@sheylatrudo sheylatrudo requested a review from a team as a code owner May 12, 2025 21:31
@sheylatrudo sheylatrudo requested a review from rohitams May 12, 2025 21:31
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a CI task to sign build binaries across multiple platforms.

  • Adds a new pipeline job block in run-pipeline.yaml for binary signing with OS-specific details.
  • Extends binaries.jobs.yaml with a conditional branch to execute signing when the "official" parameter is true.

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.pipelines/run-pipeline.yaml Adds new signing jobs for Linux/AMD64, Windows/AMD64, and Linux/ARM64 using a shared template.
.pipelines/build/binaries.jobs.yaml Introduces a conditional branch that executes signing tasks when the official flag is set.

@sheylatrudo
Copy link
Contributor Author

/azp run ACN Test Unofficial

Copy link

No pipelines are associated with this pull request.

@sheylatrudo
Copy link
Contributor Author

/azp run Azure Container Networking PR

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jpayne3506
Copy link
Contributor

/azp run Azure Container Networking PR

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jpayne3506 jpayne3506 added this pull request to the merge queue May 29, 2025
@jpayne3506 jpayne3506 removed this pull request from the merge queue due to a manual request May 29, 2025
@jpayne3506 jpayne3506 added this pull request to the merge queue May 29, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 29, 2025
@jpayne3506 jpayne3506 added this pull request to the merge queue May 29, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 29, 2025
@jpayne3506 jpayne3506 added this pull request to the merge queue May 29, 2025
Merged via the queue into master with commit 1c28add May 29, 2025
15 of 16 checks passed
@jpayne3506 jpayne3506 deleted the smtrudo/binary-signing branch May 29, 2025 16:08
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.

4 participants