Skip to content
Latchkey

What Is RUNNER_ARCH?

RUNNER_ARCH is the CPU architecture of the runner - X86, X64, ARM, or ARM64.

RUNNER_ARCH matters for downloading the right toolchain binary or building architecture-specific artifacts.

Common values

  • X64 - most Linux/Windows runners
  • ARM64 - Apple Silicon and ARM runners

Key takeaways

  • RUNNER_ARCH is the runner CPU architecture.
  • Common values are X64 and ARM64.
  • Use it to fetch the correct binary.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →