Closed igagis closed 5 months ago
When creating a runner with systemd script, allow configuring it to use podman instead of docker by supplying --podman command line argument.
--podman
Example:
github-act-runner new --podman --name lpi4ar3 --url https://github.com/cppfw --labels linux,docker,riscv64 --token AAF...CAQ
This change only works along with sudo touch /var/run/docker.sock at the moment.
sudo touch /var/run/docker.sock
When creating a runner with systemd script, allow configuring it to use podman instead of docker by supplying
--podman
command line argument.Example:
This change only works along with
sudo touch /var/run/docker.sock
at the moment.