Unable to register self-hosted runner
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?
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 Auto-assign public IPv4 address to No... It works when I set it to Yes
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.
Folks, I ran into the same issue, and by default, the subnet I'm using sets
Auto-assign public IPv4 addresstoNo... It works when I set it toYes
This is the solution
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.
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
Folks, I ran into the same issue, and by default, the subnet I'm using sets Auto-assign public IPv4 address to No... It works when I set it to Yes
Worked after following this
Should probably be added to the README or have a TROUBLESHOOTING.md file