| Linux runners for GitHub Actions
Blaze provides fast Linux runners for your containerized CI workflows. Native ARM64 support with Docker pre-configured—build multi-arch images without emulation.
Our Linux runners come with Docker pre-installed, along with common tools like Node.js, Python, Go, and Rust.
Available runners
ARM64
x86_64
Need more power? Large runners (8 vCPU, 32 GB) are available. See all options.
Pre-installed software
Every Linux runner comes with common development tools pre-installed:
- * Docker – Container runtime with buildx
- * Node.js – JavaScript runtime (LTS)
- * Python – Python 3.x with pip
- * Go – Latest stable version
- * Rust – Latest stable with cargo
- * Java – OpenJDK 17 and 21
- * Git LFS – Large file storage
See the full list of pre-installed software.
Performance
Our ARM64 Linux runners are perfect for building multi-architecture Docker images:
Build native ARM64 images without QEMU emulation—up to 10x faster than cross-compilation.
Pricing
Simple, predictable pricing with unlimited minutes:
Annual billing saves an additional 20%. View full pricing.
How to use
Add Blaze runners to your workflow with a single line:
jobs:
build:
runs-on: blaze/ubuntu-24.04
steps:
- uses: actions/checkout@v4
- run: docker build -t myapp . All your existing workflow steps, caching, and secrets work exactly the same.
Get started
Try Blaze Linux runners with 1000 free minutes. No credit card required.