ci: add back ARMv6 build by dunglas · Pull Request #1999 · php/frankenphp

@dunglas

alexandre-daubois

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What did unlock that?

@henderkes

And more importantly, do we really need to support armv6? Even v7 seems ancient to me. v8 has been the standard for what, 14 years?

@dunglas

We stopped compiling a custom Go build (because of custom patches, see #913) a while ago. Compiling Go for armv6 wasn't possible in GitHub Actions for some reason, but downloading the pre-compiled Go binary works.

@dunglas

@henderkes I'm not sure, but as PHP still supports ARMv6 for Alpine images, I guess it's helping some people.

@dunglas

alexandre-daubois