Skip to content

Windows container support? #2726

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

Open
ASmoliak opened this issue Apr 9, 2025 · 2 comments
Open

Windows container support? #2726

ASmoliak opened this issue Apr 9, 2025 · 2 comments
Labels
area/docs Documentation kind/discussion This is purely for discussing things

Comments

@ASmoliak
Copy link

ASmoliak commented Apr 9, 2025

Details

I'm trying to run a custom windows runner, but it doesn't seem to work. Other issues from a year or two ago state that windows runners aren't supported, but the docs don't seem to reflect that. What's the current state of act with windows runners?

@ASmoliak ASmoliak added area/docs Documentation kind/discussion This is purely for discussing things labels Apr 9, 2025
@solsticedhiver
Copy link

Did you miss that in the act user guide:

If you want to run Windows and macOS based platforms and you are running act within that specific environment you can opt out of docker and run them directly on your host system.

Here are some examples

act -P ubuntu-latest=-self-hosted
act -P windows-latest=-self-hosted
act -P macos-latest=-self-hosted

I was able to run a Windows runner in a Windows VM. But it failed because of some dependency problem

@alexander-dream
Copy link

I'll check this out later, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation kind/discussion This is purely for discussing things
Projects
None yet
Development

No branches or pull requests

3 participants