Docker builds in CI are slow because you're rebuilding layers every time and emulating ARM on Intel.
Depot uses native ARM and Intel builders with persistent cache. Most teams see 10-40x speedups.
Check out the docs