On Sat, Jun 12, 2021 at 03:47:46PM +0500, Илья Шипицин wrote: > > final apline/musl patch attached >
Thanks Ilya, I thought it will be more hackish but it's clean and simple! Also it looks like we can build/test several architectures by combining the same technique with the qemu docker image ( https://github.com/docker/setup-qemu-action ) I just remembered that we had travis-ci to achieve that in the past, but it looks like it's not integrated in the github interface, I don't remember why. https://travis-ci.com/github/haproxy/haproxy It looks like it's still running though. According to their documentation they are running the CI on the actual CPU not a emulated one, so still beter than qemu. -- William Lallemand

