Compare commits

..

1 commit

Author SHA1 Message Date
e9d9801d20 Lock file maintenance 2024-05-20 13:31:44 +00: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 = [
"docker:docker://node:20-bullseye" "ubuntu-latest:docker://node:16-bullseye"
"aarch64" "ubuntu-22.04:docker://node:16-bullseye"
"linux" "ubuntu-20.04:docker://node:16-bullseye"
"pc" "ubuntu-18.04:docker://node:16-buster"
## optionally provide native execution on the host: ## optionally provide native execution on the host:
# "native:host" # "native:host"
]; ];