Skip to content

Build

QEMU emulation

Quick answer

QEMU emulation runs binaries compiled for one CPU architecture on a machine with a different one, by interpreting instructions in software.

QEMU emulation runs binaries compiled for one CPU architecture on a machine with a different one, by interpreting instructions in software.

Why it matters

It makes multi-arch builds possible on a single runner and makes them extremely slow. Anything that compiles will run 5–40× slower under emulation.

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.