Comment on Google Kubernetes Engine adds support for Arm nodesparentComments−FooBarWidget4yThe 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.−Klasiaster4yWith 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).−alexeldeib4yAzure 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?
Comments
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.
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?