Support Alpine and use SparrowCI for auto testing #26
-
Hi! I am building a free CI service with support of Python projects. I noticed that your GH CI only has Ubuntu ( for Linux ). Are you interested In testing under other Linux distributions? SparrowCI does out of the box Debian/Ubuntu/Arch Linux / Alpine. An example of Python project ( pyinfra) build - https://ci.sparrowhub.io/report/1542 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Should work fine with the same binary in arch, without need of other build, I will do some tests and if needed will add new build too. I use Debian and it's work fine, I have a docker file for alpine I will check if last version if is running fine too, and will check Arch too. If you find some bug with your/other distro feel free to open an issue |
Beta Was this translation helpful? Give feedback.
-
@melezhik I tested with Debian and Arch and other distros too, no need to new type of build. I will rename this discussion for "Support Alpine", if you have any other distros with problems feel free to open another discussion, issue or even an PR ⚡ And i already have an Issue for supporting Windows on ARM and Linux on ARM here #19 |
Beta Was this translation helpful? Give feedback.
@melezhik I tested with Debian and Arch and other distros too, no need to new type of build.
BUT i need an alpine build, so i will create an issue to support alpine musl ABI :) #27
I will rename this discussion for "Support Alpine", if you have any other distros with problems feel free to open another discussion, issue or even an PR ⚡
And i already have an Issue for supporting Windows on ARM and Linux on ARM here #19
Thank!