php-alpine icon indicating copy to clipboard operation
php-alpine copied to clipboard

[beta] Support ARM

Open xarem opened this issue 4 years ago • 5 comments

see https://github.com/codecasts/php-alpine/issues/131#issuecomment-842282194

xarem avatar May 25 '21 12:05 xarem

Yo @xarem are you currently building ARM? I'm not sure I'll be able to invest much time into ARM support as there are 3 alpine versions and 3 PHP versions already to support right now (PHP 7.4, 8.0, and 8.1) / (Alpine v3.12, v3.13, v3.14, v3.15)

I can't drop support for Alpine v3.12 as most users, including myself are using v3.12, but there are 3 major releases on Alpine already so I plan to deprecate, but not remove existing repositories on the following next months (3 to 6 months).

Let me know your thoughts on this subject, and of course, let me know what's your main usage right now.

Love you

hernandev avatar Nov 29 '21 09:11 hernandev

Hi @hernandev

We will use the alpine upstream packages, which are already built for armhf, Armv7 and AArch64. They changed their versioning strategy (php81 instead of php8), so we can use them now.

https://pkgs.alpinelinux.org/packages?name=php81&branch=edge&repo=testing

xarem avatar Nov 29 '21 14:11 xarem

awesome!

hernandev avatar Nov 29 '21 14:11 hernandev

@xarem that's edge only ?

hernandev avatar Jan 08 '22 20:01 hernandev

btw, aarch64 builds are available for all versions now, but still building from my macbook cause I could not make it build on github actions just yet, but it's there

hernandev avatar Jan 16 '22 23:01 hernandev