Skip to content

Caching

Do caches work across architectures?

Quick answer

No. Compiled artefacts for x64 are not valid on arm64, so architecture must be part of the key.

The detail that matters

Include runner.arch in the key. Restoring an x64 cache on arm64 produces confusing linker errors, not a clean miss.

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.