Skip to content

Conversation

@gursewak1997
Copy link
Collaborator

Adds GitHub workflow to publish bcvk binaries from main branch to ghcr.io/bootc-dev/bcvk-binary as OCI artifacts. This enables testing unreleased features in downstream CI (like bootc) without building from the source.
Binaries can be pulled with: oras pull ghcr.io/bootc-dev/bcvk-binary:x86_64-latest

Fixes: #181
Assisted-by: Claude Code (Sonnet 4.5)

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

The pull request introduces a new section in the installation.md documentation, providing instructions for users to download and install development binaries of bcvk as OCI artifacts. This is a valuable addition, as it simplifies the process of testing unreleased features without requiring users to build from source. The instructions are generally clear and well-structured. I have provided one suggestion to enhance the clarity regarding the target architecture for the provided oras pull command.

Adds GitHub workflow to publish bcvk binaries from main branch to
ghcr.io/bootc-dev/bcvk-binary as OCI artifacts. This enables testing
unreleased features in downstream CI (like bootc) without building
from the source.
Binaries can be pulled with:
oras pull ghcr.io/bootc-dev/bcvk-binary:x86_64-latest

Fixes:#181
Assisted-by: Claude Code (Sonnet 4.5)
Signed-off-by: gursewak1997 <gursmangat@gmail.com>
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.

add binaries shipped from git main

2 participants