Update runner labels.

This commit is contained in:
Joseph Hanson 2024-05-20 08:46:49 -05:00
parent dcac9f2d2f
commit 441bfe2c15

View file

@ -41,10 +41,10 @@ in {
# Obtaining the path to the runner token file may differ # Obtaining the path to the runner token file may differ
tokenFile = config.sops.secrets.forgejo-runner-token.path; tokenFile = config.sops.secrets.forgejo-runner-token.path;
labels = [ labels = [
"ubuntu-latest:docker://node:16-bullseye" "docker:docker://node:20-bullseye"
"ubuntu-22.04:docker://node:16-bullseye" "aarch64"
"ubuntu-20.04:docker://node:16-bullseye" "linux"
"ubuntu-18.04:docker://node:16-buster" "pc"
## optionally provide native execution on the host: ## optionally provide native execution on the host:
# "native:host" # "native:host"
]; ];