pi-hole/api

Support CentOS

AzureMarker opened this issue · 1 comments

Currently, the API is compiled with too new of a glibc version. A fix is to change the build system to use CentOS for building. This would make sure any distro that's at least as new as CentOS can run the API.

If this is done, the DEB build would have to happen in a different step, like how the RPM build is currently.

This can also be solved by using a fully static musl build on CentOS.