Conversation
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Pull request overview
This PR updates the project’s CI/release pipeline to produce a multi-arch (amd64/arm64) OASF server image on versioned releases and simplifies maintenance by flattening previously reusable workflows into a single ci.yaml.
Changes:
- Build and publish ARM64 artifacts for server release tags (
v*.*.*) and assemble a multi-arch manifest for the released image. - Replace reusable GitHub workflow files with a single consolidated
.github/workflows/ci.yaml. - Rename Taskfile build target from
build:imagestobuild:serverand update docs accordingly.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
Taskfile.yml |
Renames build task to build:server and adds a release:server flow for multi-arch publishing. |
README.md |
Updates local build instructions to use task build:server. |
.github/workflows/ci.yaml |
Consolidates build/test/release/helm-release into one workflow and adds multi-arch build steps on release tags. |
.github/workflows/reusable-build.yaml |
Removed (logic inlined into ci.yaml). |
.github/workflows/reusable-test.yaml |
Removed (logic inlined into ci.yaml). |
.github/workflows/reusable-release.yaml |
Removed (logic inlined into ci.yaml). |
.github/workflows/reusable-helm-release.yaml |
Removed (logic inlined into ci.yaml). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: András Jáky <ajaky@cisco.com>
Signed-off-by: András Jáky <ajaky@cisco.com>
Signed-off-by: András Jáky <ajaky@cisco.com>
ramizpolic
approved these changes
Apr 1, 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.
Fixes #438