codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
482 stars 58 forks source link

building for alpine v3.13 and v3.14 #143

Closed bozerkins closed 2 years ago

bozerkins commented 2 years ago

Good day! I'm new to building php binaries, but I have a question regarding alpine versions.

I'd like to run the latest PHP on the latest Alpine image. Currently latest alpine image is v3.14.

If I want to build it, is my understanding correct that I just copy ./scripts/v3.12/php-8.0 to ./scripts/v3.14/php-8.0, then build it, and then, in theory, it should work fine? :)

Thank you for the answer in advance.

hernandev commented 2 years ago

On the next weeks, I'll try to provide that

hernandev commented 2 years ago

In theory, should be fine, sometimes a few tweaks are needed cause dependencies changes, but most of the time, pretty much the same

hernandev commented 2 years ago

Provided PHP 8.0 for Alpine v3.13 and v3.14 this morning, PHP 8.1 will be added soon, right now PHP 8.1 is building for Alpine v3.12

Alpine v3.15 is giving us some trouble so, it may take a bit more time to provide support for v3.15.

hernandev commented 2 years ago

I'll close this issue as soon README reflects the urls for installing on those versions

hernandev commented 2 years ago

PHP 8.0 and 8.1 now available for alpine v3.12, v3.13 and v3.14