You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have made PoC to use runner-container-hooks to run spawn containers with runners that run on ECS, ACA and Cloud run. Currently this repo has support for Docker and Kubernetes, but would there be will to have also those 3 (or some of those) as part of this repository?
AWS is most mature of these three, and works with current actions/runner provided base image. ACA and Cloud run require specific runner image or at least additional binary to handle the execution of commands (which is not supported with either of those through provided APIs).