chialab / docker-php

🧰 Adding common PHP extensions to some of the official PHP Docker images.
MIT License
437 stars 112 forks source link

Feat: arm64 images #85

Closed le0m closed 3 years ago

le0m commented 3 years ago

General

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.