Compare commits

..

2 commits

Author SHA1 Message Date
987d7ce554 Lock file maintenance 2024-05-20 14:32:46 +00:00
441bfe2c15 Update runner labels. 2024-05-20 08:46:49 -05:00

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