forked from DGNum/infrastructure
fix(gitea-actions-runner): Type correctly the options
This commit is contained in:
parent
5c19f7a787
commit
1bb4e2e6ce
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ let
|
||||||
|
|
||||||
settings.container = {
|
settings.container = {
|
||||||
network = "host";
|
network = "host";
|
||||||
options = [ "--cpus=4" ];
|
options = "--cpus=4";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue