ci: run build on linux-host label (real docker daemon) #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/host-runner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The docker:// job-container labels (ubuntu-latest, debian-13, docker) have no Docker daemon/socket access and OOM'd crucible trying to build an image inside them. Registered a new linux-host:host label on the runner so jobs execute directly on the VM, which already has a working dockerd. Switches this workflow to runs-on: linux-host and drops the now-unnecessary apt-get install docker.io step.