extra-php-extensions
extra-php-extensions copied to clipboard
Updated for arm support
- Updated the project to work with x86 and arm support
- Checked existing layers and moved non working to layers-build-failed, layers-test-failed
- Updated publish and publish-docker-images, need to test it.
- Crosschecked if x86 is working fine. Could not test fully as on my m1 mac is is awfully slow.
Moved failed layers back Fixed failing and arm support for
- gmp
- amap
- oci8
- relay
- newrelic
- spx
- tideways
Need to work on arm support for
- blackfire
- sqlsrv
I think we can drop support for cassandra as it does not have libraries for php 8 and arm
Added cpu support in config
- Now make file will work automated for both arch x86 and arm.
- Checked all layers made sure all of them have 80,81,82 support.
- Sqlsrv does not have arm support
- Not very sure about Blackfire, leaving arm support for the contributor to handle it.
@mnapoli any update on this?
@mnapoli is there anything we can help with to move this forward?
+1
@mnapoli @GrahamCampbell any plans to supporting this?
@gazzoy no plans to support ARM for AL2 as it's been made obsolete by AL2023.
So now the most sensible course of action is: AL2023 support with ARM, and then have extensions support AL2023 with ARM.
However I want to point to #526 for a more general discussion.
@gazzoy no plans to support ARM for AL2 as it's been made obsolete by AL2023.
So now the most sensible course of action is: AL2023 support with ARM, and then have extensions support AL2023 with ARM.
However I want to point to #526 for a more general discussion.
Thanks for your reply. Really makes sense. Will wait for a community-driven layer or something, then.
I really appericiate the hard work you have been made, btw.