Skip to content

infra: register self-hosted aarch64-linux runner so nix-build-images stops stalling #320

Description

@mdheller

Provisioning defect, not architectural fragility. .github/workflows/nix-build-images.yml (~L138) is runs-on: [self-hosted, aarch64-linux, Linux] but no aarch64 self-hosted runner is registered/online, so the job sits QUEUED/stuck every run while the x86 nix-ci lane SUCCEEDS. image-tests.yml documents the need for a KVM-capable self-hosted ARM runner (GCP arm VM). Fix: provision+register a GCP arm (aarch64, KVM) runner with labels self-hosted, aarch64-linux, Linux; or gate the job if the aarch64 image lane isn't needed near-term. Surfaced 2026-08-03 during the competitive-intel infra-hardening deep-dive; no prior issue. Owner action (needs infra/GCP access). @mdheller

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions