host/istal: change config of forgejo runner
add NODE_OPTIONS env with --max_old_space_size=4096 use default labels
This commit is contained in:
parent
86dd8bec5e
commit
1296267c18
1 changed files with 6 additions and 1 deletions
|
@ -13,8 +13,13 @@
|
|||
enable = true;
|
||||
name = "istal-docker";
|
||||
url = "https://git.pleshevski.ru";
|
||||
labels = [ "ubuntu-22.04:docker://node:22-bullseye" ];
|
||||
labels = [];
|
||||
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
|
||||
settings = {
|
||||
runner.envs = {
|
||||
NODE_OPTIONS="--max_old_space_size=4096";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue