Skip to content

Conversation

@brianmcarey
Copy link
Contributor

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.

lionelfleury and others added 2 commits October 21, 2025 14:35
@aspect-workflows
Copy link

aspect-workflows bot commented Nov 27, 2025

Test

All tests were cache hits

49 tests (100.0%) were fully cached saving 22s.

@brianmcarey
Copy link
Contributor Author

/cc @thesayyn

@brianmcarey
Copy link
Contributor Author

@thesayyn thanks for the review - is there anything else I need on this to get it merged?

@thesayyn thesayyn merged commit 95689ff into bazel-contrib:main Dec 2, 2025
12 checks passed
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.

3 participants