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" ];