Skip to content

Commit

Permalink
feat(os/act-runner): raise capacity to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed May 21, 2024
1 parent 524fe3a commit 89fadfd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions hosts/jdnixos/forgejo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,13 @@
"ubuntu-22.04:docker://gitea/runner-images:ubuntu-22.04"
"ubuntu-20.04:docker://gitea/runner-images:ubuntu-20.04"
];
settings.container = {
network = "bridge";
settings = {
runner = {
capacity = 5;
};
container = {
network = "bridge";
};
};
};
mkInstance =
Expand Down

0 comments on commit 89fadfd

Please sign in to comment.