install qemu-user-static
to podman machine VM
podman machine ssh sudo rpm-ostree install qemu-user-static
podman machine ssh sudo systemctl reboot
build amd64 image
podman build --platform linux/amd64 ......
source: https://github.com/containers/podman/discussions/12899
Top comments (0)