This PR refactors the workflow to build arm64 images alongside amd64.
PHP < 5.6 images
These images have been removed because the upstream Docker images are not built for arm64. We don't want to take on us the burden of creating them from scratch and maintaining them, also these versions of PHP have reached EOL 5+ years ago.
SQL Server extension
This extension has been removed because it does not support Debian 11 yet, nor it has support for arm64.
General
This PR refactors the workflow to build
arm64
images alongsideamd64
.PHP < 5.6 images
These images have been removed because the upstream Docker images are not built for
arm64
. We don't want to take on us the burden of creating them from scratch and maintaining them, also these versions of PHP have reached EOL 5+ years ago.SQL Server extension
This extension has been removed because it does not support Debian 11 yet, nor it has support for
arm64
.