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
|
||||
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"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue