From 441bfe2c15ac6537e5a27f14c6579ae3a8ae788c Mon Sep 17 00:00:00 2001 From: jahanson Date: Mon, 20 May 2024 08:46:49 -0500 Subject: [PATCH] Update runner labels. --- agents/linux.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agents/linux.nix b/agents/linux.nix index 546f0f1..d3fb660 100644 --- a/agents/linux.nix +++ b/agents/linux.nix @@ -41,10 +41,10 @@ in { # Obtaining the path to the runner token file may differ tokenFile = config.sops.secrets.forgejo-runner-token.path; labels = [ - "ubuntu-latest:docker://node:16-bullseye" - "ubuntu-22.04:docker://node:16-bullseye" - "ubuntu-20.04:docker://node:16-bullseye" - "ubuntu-18.04:docker://node:16-buster" + "docker:docker://node:20-bullseye" + "aarch64" + "linux" + "pc" ## optionally provide native execution on the host: # "native:host" ];