feat: Add native container build step for proxy (#124)#146
Open
Vaishnav88sk wants to merge 2 commits into
Open
feat: Add native container build step for proxy (#124)#146Vaishnav88sk wants to merge 2 commits into
Vaishnav88sk wants to merge 2 commits into
Conversation
0cf1de5 to
c67c7c1
Compare
lbroudoux
reviewed
May 26, 2026
lbroudoux
left a comment
Member
There was a problem hiding this comment.
Thanks for pushing this. We need our container images to support multiple architectures (both amd64 and arm64). Please check my review comment.
Adds a new step to the GitHub Actions workflow to build a GraalVM native binary for the proxy module utilizing mandrel in a container, and publishes it securely using cosign. Signed-off-by: Vaishnav88sk <vaishnavsk8804@gmail.com>
Extracts the native proxy build from the standard container build workflow and puts it into a dedicated, parallel workflow that uses matrix builds across native amd64 and arm64 runners to avoid slow QEMU emulation. It builds, pushes, and then stitches them together with a docker manifest. Signed-off-by: Vaishnav88sk <vaishnavsk8804@gmail.com>
9f0a485 to
f3bc923
Compare
Contributor
Author
|
I removed the native proxy signing step from |
Contributor
Author
|
@lbroudoux I think it is good to merge now, but your review of code chnages is required to validate these things. Please take a look! |
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 #124