Add apple m1 chip support
ozgurozalp opened this issue ยท 15 comments
isn't it already supported? if not what is the error or output in macos?
ah right it might be for the chip more than OS
There is a solution, right?
we need to rebuild it in different architecture - doable but need to invest some time which i lack currently
which php version you using? i will try to fix for that first as a test PoC
anyways i have tried to build for all versions and it takes long time - give some hours at least.
you can track here https://github.com/adhocore/docker-phpfpm/actions/runs/4642799387/jobs/8216991572
the build order is 8.2 -> 8.1 -> 8.0 -> 7.4
@ozgurozalp php 8.2 is available for arm arch, could you check it out? thanks
seems failed for 8.1 and below, but you can try out 8.2
@adhocore yeah its working now(8.2) thank you
8.1 in progress again https://github.com/adhocore/docker-phpfpm/actions/runs/4645137403/jobs/8220822301
@ozgurozalp it is fixed for 8.2, 8.1, 8.0 so could you recheck?
7.4 is broken but since it is outdated it is not that big of an issue
@adhocore I checked 8.0 and above, there is no problem
cool, closing this, also now i will be publishing arm builds for lemp fullstack as well

