DEV Community

Tomas Kral
Tomas Kral

Posted on • Edited on

3 1

Podman: build amd64 images on M1

install qemu-user-static to podman machine VM

podman machine ssh sudo rpm-ostree install qemu-user-static
podman machine ssh sudo systemctl reboot
Enter fullscreen mode Exit fullscreen mode

build amd64 image

podman build --platform linux/amd64 ......
Enter fullscreen mode Exit fullscreen mode

source: https://github.com/containers/podman/discussions/12899

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay