* Add rootless runner to the Makefile and improve target platform handling * Add rootless image to docker-push-ubuntu target * Update runner/Makefile * Update runner/actions-runner-dind-rootless.dockerfile * Update runner/actions-runner-dind.dockerfile * Update runner/actions-runner.dockerfile Co-authored-by: Yusuke Kuoka <[email protected]>
Setting SecurityContext.Privileged bit to false, which is default, prevents GKE from admitting Windows pods. Privileged bit is not supported on Windows.