Trying to understand -P windows-latest=-self-hosted #1984
-
My goal is to be able to navigate inside the windows-latest/windows-2022 Github Actions image. I used Act to get my workflow running on my local workstation (Windows 10). After pushing the changes to the repo, there is a failure finding VS2022 files. I tried the --reuse flag to keep the docker image running. "docker ps" doesn't show any images running. My questions therefore are:
Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
yes, exactly
No, but a tool similar to act which supports this exists
GitHub does not provide such docker images, they use VM's and don't upload the osdisk (you have to build from source in azure actions/runner-images ) |
Beta Was this translation helpful? Give feedback.
-self-hosted
has nothing to do with docker, it is for platforms without a docker engine like freebsd, plan9, dragonflybsd, solaris, aix....yes, exactly
No, but a tool similar to act which supports this exists
GitHub does not provide such docker images, they use VM's and don't upload the osdisk (you have to build from source in azure actions/runner-images )