-
Notifications
You must be signed in to change notification settings - Fork 60
Windows support for container actions #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Sorry for the non-related answer, but may I know how do you create the arc dind windows? |
Hey @jrbe228, I think this error is raised by the runner: https://github.com/actions/runner/blob/f060fe5c85740107bcb9a820e7a4fae8bd03df66/src/Runner.Worker/ContainerOperationProvider.cs#L51 |
After many attempts, this approach worked for me - |
It makes sense this line is raising the error. My request is more about feature development in the future, such that Windows operations become supported. |
Container operations on a Windows runner currently give this error:
Adding support would be very helpful, and bring parity with other engines like Argo.
The text was updated successfully, but these errors were encountered: