Multi-arch Container Image

Zhimin Wen
4 min readDec 6, 2022
Image by Edi Nugraha from Pixabay

You build your application container image on a Linux server, push it over to the Github registry. On your new Apple silicon M1 laptop, you run the image, but received the following warning error message.

podman run -it -d ghcr.io/zhiminwen/niceapp:v1.0
WARNING: image platform ({amd64 linux [] }) does not match the expected platform ({arm64 linux [] })

--

--