docker build -t gha-runner -f Dockerfile.runner.linux.amd64 .docker run -it --name gha gha-runner /bin/bashInside docker container
cd actions-runnerFollow the instructions given by Github:
./config.sh ...Note: actions that uses docker in dockerized self-hosted runner will not work.