-
Notifications
You must be signed in to change notification settings - Fork 337
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
Unable to register self-hosted runner #178
Comments
Same situation here =..( |
still no progress :( |
Hey @danielMCF99 , Thanks for pointing this out! After some testing I tried by creating our own AMI image where basically we use Ubuntu 22.04 and dependencies needed. Hope this can fix the problem for your use case as well! |
I ran into this because I did not do step 3.2 of the README: "Connect to the instance using SSH, install docker and git, then enable docker service." Hope that helps! |
Folks, I ran into the same issue, and by default, the subnet I'm using sets |
Might be related to unsupported OS or arch, e.g. Github doesn't support Amazon Linux AMI for self-hosted runners, please refer here for more details. |
This is the solution |
I'm using Amazon Linux for self hosted runners and they work as expected. Will update if I find any issue |
Ran into the same issue
Worked after following this Should probably be added to the README or have a TROUBLESHOOTING.md file |
I set it to No, and the failed to register as self-hosted runner issue never appears, weird |
I had to make sure the image has "libicu" For amazon Linux AL2003 I had to add...
|
Havent been able to confirm this yet in regards of AL2023. However until I have; please use Amazon Linux 2 for now. I will close this for now and if you encounter any new issues with runners not registering, create a new issue. |
I am trying to use this github action but I keep getting an error when checking if the GitHub self-hosted runner is registered.
Can anyone outline some possible reasons for this?
The text was updated successfully, but these errors were encountered: