Hacker News new | ask | show | jobs
by FooBarWidget 1444 days ago
The point is to not have to self-host. It costs money, is a pain because maintenance is required, and there are security issues with running CI for public pull requests.
2 comments

With garm (https://github.com/cloudbase/garm) you can spawn ephemeral runner VMs, be it as Azure/GCE ARM instances or as lxc VMs (or lxc containers).
Azure already has ARM VMs (as well as AKS)?

The equivalent would be cloud build, not GKE <-> GH actions, right? does cloud build support arm runners?