-
Notifications
You must be signed in to change notification settings - Fork 2
Support self-hosted Linux runners (non-Ubuntu Linux distributions) #11
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
Comments
It seems, it doesn't even support ubuntu self-hosted runners. I've try to use
workflow example:
Runners image is almost identical to github-hosted runner. Here is the link to actions run. |
Notice: self-hosted runners don't usually provide a clean environment. It means apt/yum install may have negative consequences. |
57 tasks
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment this action supports only Ubuntu, which is used on GitHub hosted runners. Not sure about Debian.
AFAIU, in context of self-hosted runners a GitHub Actions runner may be run not only on Ubuntu, but on another Linux distribution. We have apt / yum repositories for Debian, Ubuntu, CentOS, Fedora, openSUSE. It looks worthful to support installing from them.
Please, highliht your interest if you would use this action on self-hosted non-Ubuntu runners or have a problem on self-hosted Ubuntu runners (add an emoji or a comment with your wishes).
The text was updated successfully, but these errors were encountered: