| 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

Runner
vCPU
RAM
blaze/ubuntu-22.04
4
12 GB
blaze/ubuntu-22.04:lg
8
24 GB
blaze/ubuntu-22.04:xl
16
48 GB
blaze/ubuntu-22.04:2xl
32
96 GB

x86_64

Runner
vCPU
RAM
blaze/ubuntu-22.04-amd64
4
16 GB
blaze/ubuntu-22.04-amd64:lg
8
32 GB
blaze/ubuntu-22.04-amd64:xl
16
64 GB

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:

Plan
Price
Includes
1 runner
€29/mo
Unlimited minutes
2-5 runners
€28/mo each
5% discount
6-10 runners
€27/mo each
10% discount
11+ runners
€26/mo each
16% discount

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.