-
-
Notifications
You must be signed in to change notification settings - Fork 202
Remove transition of crane & jq to target platforms #794
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?
Remove transition of crane & jq to target platforms #794
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
|
|
Do you mind rebasing here? |
|
+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
|
rebased. |
…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 <[email protected]> Co-authored-by: Lionel Fleury <[email protected]>

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