Update runner labels.
This commit is contained in:
parent
dcac9f2d2f
commit
441bfe2c15
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue