Guides
Building on AWS Graviton runners
You want the Graviton price-performance advantage in CI.
5 min read
You want the Graviton price-performance advantage in CI.
Why it happens
Graviton instances are cheaper per vCPU but require an arm64-clean build.
How to fix it
- Use BYOC on AWS with Graviton instance families
- Attach local NVMe instance storage for the disk profile CI needs
- Validate the full test suite on arm64 before switching production builds
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.
Related
How to move CI to arm64 runnersYou deploy to Graviton or Ampere but build on x64.arm64 migration checklistYou want to move to arm64 without breaking the pipeline.Cross-compiling versus native arm64You need arm64 binaries and are unsure whether to cross-compile or build natively.Why QEMU arm64 builds are so slowAdding linux/arm64 to a Docker build makes it twenty times slower.