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:
Philip Peterson 2026-05-24 23:41:07 -08:00
parent 2544666cc9
commit eaa3a8625b

View file

@ -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"
];
};