Settings

Theme

Show HN: Gha-outrunner – Ephemeral GitHub Actions runners without Kubernetes

github.com

1 points by psubocz 12 days ago · 0 comments · 1 min read

Reader

I needed isolated CI runners for my desktop CAD app (Qt/C++/Rust, three platforms) and didn't want to set up Kubernetes just for that. So I built gha-outrunner - which provisions a fresh Docker container, KVM/QEMU VM, or Tart macOS VM for each job, then destroys it when done. It uses GitHub's scaleset API so it works as an autoscaling runner group. Written in Go, MIT licensed.

Happy to answer questions.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection