renovate[bot] fc31165ae2 feat(github-action)!: Update docker/build-push-action ( v5 → v6 ) (#13)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-18 11:53:18 +03:00
2023-11-23 13:23:26 +02:00
2022-03-04 10:02:41 +02:00
2023-11-23 13:23:26 +02:00
2022-11-28 13:06:57 +02:00

docker-php-with-imagick

PHP 7.4 with imagick for specific purposes

Building locally

Setup docker buildx (run once)

docker run --privileged --rm tonistiigi/binfmt --install all
docker buildx create --use

Build the image

docker buildx build --platform linux/amd64,linux/arm64 .

Example builds for both amd64 and arm64

Description
No description provided
Readme MIT 88 KiB
Languages
Dockerfile 100%