Is it possible to use self-hosted runner?

I have a home server and I would like to run my builds on that, I setup a proxmox lxc container, installed docker, and installed github action runner onto it and have it connected to my library. Keep getting errors during build, has anyone else got this setup and have any suggestions?
2 Replies
Luke Skywunker
Luke Skywunker4mo ago
I've gotten this working using a Gitlab hosted runner myself The CLI actually started out with supporting Gitlab first lol What kind of errors are you seeing?
xyny
xyny3mo ago
i don't recommend running builds with a github action runner unless you really want to keep your repository on github with the integrated ci/cd statuses etc. running a local registry and git pull && bluebuild build on a cron job should probably be pretty simple or a local git forge with integrated ci/cd would be possible as well

Did you find this page helpful?