docker-php-fpm
docker-php-fpm copied to clipboard
Support arm64 in php 8.1

add the support for platform linux/arm64
Any comments from @niepi @OskarStark or @llupa on this?
It is indeed more specific, but I hadn't any issues in the past and it increases complexity, not sure its worth.
Up to you @DracoBlue
Btw. why is it a draft PR? 🤔
I'm also not in favour on this. The added complexity, is probably not worth it.
I started some description at https://github.com/exozet/docker-php-fpm/wiki/Draft-for-new-Structure to figure a new structure for tags etc - not finished, only a draft!
I didn't have time to finish 🥲, feel free to continue the pull request.
IMO we should build images for arm64 also, the current images are quite slow in M1 processors.
we should do like php image does:

This action: https://github.com/docker/build-push-action handle multi platform quite easy!
@DracoBlue @OskarStark I would be in favour on closing this.
we support arm on https://github.com/Endava/docker-php
As it's maintained in other repository, I'm closing this PR ;)