-
Notifications
You must be signed in to change notification settings - Fork 7
chore(inkless:release): add gh workflows to release inkless artifacts #489
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
base: main
Are you sure you want to change the base?
Conversation
bc63f49 to
0d459b9
Compare
0d459b9 to
a4ca68b
Compare
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.
Pull request overview
This pull request adds GitHub Actions workflows to automate the release process for Inkless artifacts, including Docker images and binary distributions. The PR introduces release automation for both stable releases and development edge builds.
Changes:
- Added GitHub Actions workflows for releasing Inkless artifacts (Docker images to GHCR and binaries to GitHub Releases)
- Created comprehensive documentation explaining how to download and use Inkless releases
- Updated existing documentation with cross-references to the new release documentation
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/inkless-release.yml |
Main release workflow that builds multi-architecture Docker images and uploads binary distributions for both main releases and Kafka-base releases |
.github/workflows/inkless-edge.yml |
Development/edge build workflow for continuous integration, creating edge Docker images from the main branch |
docs/inkless/RELEASES.md |
New documentation file explaining Docker image tags, binary distribution naming, download instructions, and platform support |
docs/inkless/VERSIONING-STRATEGY.md |
Added cross-reference to the new RELEASES.md documentation |
docs/inkless/README.md |
Updated documentation index to include link to RELEASES.md |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Pull request overview
Copilot reviewed 5 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Releasing binaries and docker images on GHCR.
Hard to confirm that these workflows work, but can't find other way to try it than merging first and iterate on it