-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support other platforms #1
Comments
amazonlinux2 and centos7/8 would be good as well |
Thank you, that's a great suggestion! How would you run your CI on GitHub Actions using these distributions? Using the Swift Docker images? In that case, what would be the benefit of installing a specific version of Swift inside the image, if you could have selected this version as part of the image tag already? |
I guess you are right there. Forgot GH actions only have Ubuntu runners. I guess if someone has their own runner they can have whatever version of Linux installed on it. Maybe the action should at least recognise this, and download the correct version of swift |
Good point, then let's try and support all platforms where both Swift and the GitHub runner tool runs on. |
install-swift
only supports running on Ubuntu (18.04
&20.04
). Supporting other runner os's like macOS and Windows would make the action more useful.Platforms to support
The text was updated successfully, but these errors were encountered: