Skip to content

Guides

arm64 migration checklist

You want to move to arm64 without breaking the pipeline.

5 min read

You want to move to arm64 without breaking the pipeline.

Why it happens

Most failures come from transitive native dependencies rather than from your own code.

How to fix it

  1. Audit native modules and confirm aarch64 wheels or prebuilds exist
  2. Check base images have arm64 variants
  3. Search the codebase for x86 intrinsics or inline assembly
  4. Run both architectures in parallel for a week before dropping x64

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.