Tools for presentation on OpenAlt and DevConf about GitHub self-hosted runners
You have to have podman installed on your machine. Should be packaged for most of the Linux distributions.
- Build a container:
podman build -t gh-presentation .
- Generate token on GitHub and save this token to
~/.config/github-token. - Edit
launch_local_runner.shfile and set your repository for testing. - Launch container by
./launch_local_runner.sh.