adhocore/docker-phpfpm

Add apple m1 chip support

ozgurozalp opened this issue ยท 15 comments

Add apple m1 chip support

isn't it already supported? if not what is the error or output in macos?

@adhocore

Maybe the problem is apple's 'M1 pro' chip ? IDK

image

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

ref: adhocore/docker-lemp#34

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.2 not running on "Ubuntu 20.04.6 LTS (Focal Fossa)"

local ๐Ÿ‘๐Ÿฝ
prod ๐Ÿ‘Ž๐Ÿฝ

Error
image

@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