Skip to content

Docker

Multi-arch image

Quick answer

A multi-arch image is a manifest list pointing at several per-architecture images, so a single tag works on both amd64 and arm64.

A multi-arch image is a manifest list pointing at several per-architecture images, so a single tag works on both amd64 and arm64.

Why it matters

Building each architecture natively and merging the digests is 5–40× faster than emulating one on the other with QEMU.

Your next build could be twice as fast, at half the price

Start free. Migrating away is the same one line, and we publish that diff too.