podman default machine on macOS M1/M2 could ship qemu-user-static
out of the box to use non-ARM64 containers
#16148
Labels
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
macos
MacOS (OSX) related
stale-issue
Ship the
qemu-user-static
out of the box on podman machine installations of Fedora to allow non-arm64 builds out of the boxCurrently it needs installing it manually:
See https://edofic.com/posts/2021-09-12-podman-m1-amd64/
It would certainly simplify things if the standard podman machine image for macOS installations would provide them by default. Running x86 containers on M1 is very common task.
Moreover, it still doesn't solve the problem of building these images:
podman build .
When Dockerfile contains:
produces:
If I run image ARM32v7 directly, it also fails:
Meanwhile x86_64 image boots fine:
Also S390x boots just fine:
RISC-V fails for different reasons (https://hub.docker.com/r/riscv64/alpine/):
PPC64LE works fine:
Versions
Podman
Homebrew
podman
package information:MacOS
The text was updated successfully, but these errors were encountered: