run gitea actions runner in host mode
Jobs now execute directly on the runner host rather than inside a docker container, giving them access to Node.js, Docker, and other host tools without needing a custom image. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2544666cc9
commit
eaa3a8625b
1 changed files with 3 additions and 3 deletions
|
|
@ -141,9 +141,9 @@ in {
|
|||
url = "http://localhost:3000";
|
||||
tokenFile = config.age.secrets.forgejo-runner-token.path;
|
||||
labels = [
|
||||
"ubuntu-latest:docker://ubuntu:22.04"
|
||||
"ubuntu-22.04:docker://ubuntu:22.04"
|
||||
"ubuntu-20.04:docker://ubuntu:20.04"
|
||||
"ubuntu-latest:host"
|
||||
"ubuntu-22.04:host"
|
||||
"ubuntu-20.04:host"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue