I’m trying to configure the Gitea runner (both act_runner and the beta/not released runner) without using Docker. I’m pretty certain this is (or was?) possible.
My existing config has:
runner:
<snip>
labels:
- "ubuntu-latest:host"
- "ubuntu:host"
… and I thought that was sufficient to not use Docker. With recent releases of act_runner + Gitea, however, the runner daemon tries (and fails) to use Docker.
Thanks!