Skip to content

How to create a self hosted action runner

Klaus Kämpf edited this page Jun 9, 2021 · 1 revision
  • Install SLES-15-SP2 or openSUSE Leap 15.2
  • sudo SUSEConnect --product sle-module-desktop-applications/15.2/x86_64
  • sudo SUSEConnect --product sle-module-development-tools/15.2/x86_64
  • sudo SUSEConnect -p sle-module-containers/15.2/x86_64
  • sudo zypper install docker git jq make wget
  • Add current user to docker group by editing /etc/group and re-login
  • Add ~/go/bin to PATH
  • Install kubectl to ~/bin (there's no recent kubectl for SLE, download a binary :-/ )
  • sudo systemctl enable docker
  • sudo systemctl start docker
  • Install and run github action runner
Clone this wiki locally