Skip to content
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

fix(base): install QEMU for ‹RUN› in build action #621

Merged
merged 1 commit into from
Dec 5, 2024

Conversation

mfocko
Copy link
Member

@mfocko mfocko commented Dec 5, 2024

don't ask…

@mfocko mfocko self-assigned this Dec 5, 2024
Copy link
Contributor

It appears that for building multi-arch images, you need to have some
layer of emulation installed, i.e., QEMU, just to be able to execute the
‹RUN› commands during the image build as the container image of different
architecture is still run on the host platform (therefore the execution
needs to be emulated).

Signed-off-by: Matej Focko <mfocko@redhat.com>
@mfocko mfocko force-pushed the fix/base-image-multiarch-build branch from ec7877d to e143088 Compare December 5, 2024 12:47
Copy link
Contributor

@mfocko mfocko merged commit a82fcb2 into main Dec 5, 2024
3 checks passed
@mfocko mfocko deleted the fix/base-image-multiarch-build branch December 5, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants