File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,13 @@ steps:
2525
2626For more options to the action, kindly refer [action.yml](./action.yml)
2727
28+ ## Supported amazon linux flavours
29+
30+ - Amazon Linux 2
31+ - Amazon Linux 2023
32+
33+ If you need support for more kindly raise an issue or a PR
34+
2835## Implementation caveat
2936
3037This action compiles the desired version of python from source for the first time because the glibc version in use in
@@ -38,13 +45,6 @@ python: /lib64/libc.so.6: version `GLIBC_2.28' not found
3845Hence, only for the first time this action may like 3 to 4 minutes depending on the runner configuration. Post this only cache
3946will be used and hence will be very fast (4 to 5 seconds)
4047
41- ## Supported amazon linux flavours
42-
43- - Amazon Linux 2
44- - Amazon Linux 2023
45-
46- If you need support for more kindly raise an issue or a PR
47-
4848## Contributing
4949
5050Contributions are most welcome! See [CONTRIBUTING.md](./CONTRIBUTING.md)
You can’t perform that action at this time.
0 commit comments