- Windows running on x64, there are no Windows Containers for Arm at present
- Container support and Hyper-V enabled in Windows, though nested virtualization support is not required
- Docker installed on Windows, see my guide here
- Supports Windows Containers on Windows on x64
- Built on .NET 4.8, updated from .NET 4.5 in upstream
- Overrode
vswhere
behavior in dev.sh (the build script), which did not function properly on MSBuild tools, and is currently hardcoded to MSBuild tools from VS2022, not sure why vswhere can't find the VS2022 MSBuild tools, need to debug and clean that up - Automate builds that include the helpful ./config.cmd and ./run.cmd scripts
- There are great forks of runner that add many additional features, the goal of this project is to track upstream as closely as possible with the minimum neccessary changes to support Windows Containers
- This is based in part on a PR by Szymon Sobik
- All modifications to this fork will be squashed to a single commit to make syncing with upstream and visualizing diff from upstream simpler
The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.
For more information about installing and using self-hosted runners, see Adding self-hosted runners and Using self-hosted runners in a workflow
Runner releases:
We accept contributions in the form of issues and pull requests. The runner typically requires changes across the entire system and we aim for issues in the runner to be entirely self contained and fixable here. Therefore, we will primarily handle bug issues opened in this repo and we kindly request you to create all feature and enhancement requests on the GitHub Feedback page. Read more about our guidelines here before contributing.