Remix.run Logo
boronine 2 days ago

I use this script for provisioning runners (with org-level single use access token).

https://github.com/vbem/multi-runners

The motivation is simply to have the runners share a local docker build cache rather than pushing and pulling cache from registry which is a ridiculous best practice.

smcleod a day ago | parent | next [-]

How is that not a native thing with Actions? GitLab had multi runners since early on.

sparqlittlestar 2 days ago | parent | prev [-]

This looks awesome and just what I need, with the difficulty of ARC in my corp environment