Remove transition of crane & jq to target platforms#794
Open
lionelfleury wants to merge 2 commits intobazel-contrib:mainfrom
Open
Remove transition of crane & jq to target platforms#794lionelfleury wants to merge 2 commits intobazel-contrib:mainfrom
lionelfleury wants to merge 2 commits intobazel-contrib:mainfrom
Conversation
519b126 to
aa72709
Compare
|
+1 would love to see this merged. It's becoming a challenge to do cross-platform Linux builds on macOS with the current transition. |
aa72709 to
84f87d1
Compare
|
Collaborator
|
Do you mind rebasing here? |
Contributor
|
+1 - this would be great to see added. If I can help in anyway to get this in let me know. |
|
+1 waiting for it to get in |
- these binaries are run on an exec platform
84f87d1 to
0d64588
Compare
Contributor
Author
|
rebased. |
thesayyn
pushed a commit
that referenced
this pull request
Dec 2, 2025
…ne (#869) This PR builds on #794 to fix the failing CI jobs. Multiarch image builds can fail due to the target architecture for jq and crane. For example if you are building an arm64 image on a x86 machine a failure similar to this will occur: ``` line 52: ../jq_linux_arm64/jq: cannot execute binary file: Exec format error ``` As jq and crane run on the host building the images the host architecture should be used rather than the target arch. --------- Signed-off-by: Brian Carey <bcarey@redhat.com> Co-authored-by: Lionel Fleury <lionel_fleury@hotmail.com>
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.

Uh oh!
There was an error while loading. Please reload this page.