ChristopherHX / github-act-runner

act as self-hosted runner
MIT License
272 stars 14 forks source link

Add podman support to systemd script #179

Closed igagis closed 5 months ago

igagis commented 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.

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.