-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Can I use this as a replacement for the official github action runner, too? #475
Comments
fxdependent means, bring your own dotnet runtime. Currently one of
E.g. The non fxdependent releases match the actions/runner bin folder.
It has been some time between me connecting this runner to github.com and now. It has been possible, but I or you would need to check it. Here an instruction
|
Thanks for the info! I'll will check it. What is the latest official action runner version on which this is based? |
Treating the official as I guess I could also explore porting your container changes back over to 2.321 (latest official at time of this writing), but I expect that might actually be more difficult/error-prone. |
As of my 3.12.0 release: based on v2.319.1 ~ snapshot end of August. Since I use 3.x.x runner releases, you don't need disableupdate and the 30 days deprecation logic is skipped as well. My github-act-runner written from scratch had no breakings between August and December, so I assume this one has no problems until somewhere in January as well. |
Oh, excellent! Life just got potentially simpler. Will report back soon. |
Took me a little longer than I'd hoped, but it appears to work. |
Good to know that this works for you. |
No technical issues that weren't my own fault. I think maybe I had to remove the runner registration, then add it again? It's probably significant that nothing stands out as being difficult in my memory. |
I would like to use github actions on windows with containers specified in the workflows, and it appears that this fork has that capability. Can I use this as a direct replacement for the official github-released actions runner, possibly as simply as unzip'ing this release into the same folder?
Also, what is the difference between the "fxindependent" releases and the non-fxindependent?
The text was updated successfully, but these errors were encountered: