Difference between revisions of "Github Actions Runner Using Docker"

From UVOO Tech Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
- https://github.com/myoung34/docker-github-actions-runner
 
- https://github.com/myoung34/docker-github-actions-runner
 
- https://github.com/tcardonne/docker-github-runner
 
- https://github.com/tcardonne/docker-github-runner
 +
- https://github.com/PasseiDireto/gh-runner
  
 
LXD
 
LXD

Revision as of 02:37, 29 August 2021

https://testdriven.io/blog/github-actions-docker/

I don't know what exactly this does - https://github.com/myoung34/docker-github-actions-runner - https://github.com/tcardonne/docker-github-runner - https://github.com/PasseiDireto/gh-runner

LXD

lxc init --vm ubuntu:20.04 actions-runner-uvoo-docker -c limits.cpu=4 -c limits.memory=12GB
lxc config device override actions-runner-uvoo-docker root size=100GB
lxc start actions-runner-uvoo-docker