From 5a12bfa042f37ddc4f65d04351f6639699841046 Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Mon, 3 Aug 2020 13:46:51 +0100 Subject: [PATCH] trying with longet timeout --- README.md | 3 +++ build.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c77b18d..0e2fa11 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ If you have improvements or suggestions please open an issue or pull request on |-----|-------|-----|--------|--------| | latest/1.10.0 | Master Branch |1.18.0 | 7.4.8 | 3.12 | + +_Note:_ The image is now aviable on x86_64 and Arm systems! + For other tags please see: [versioning](https://gitlab.com/ric_harvey/nginx-php-fpm/blob/master/docs/versioning.md) ### Links diff --git a/build.sh b/build.sh index 78769df..9eed9b7 100755 --- a/build.sh +++ b/build.sh @@ -9,5 +9,5 @@ docker buildx create --name phpbuilder docker buildx use phpbuilder echo "Building: PHP Container" -docker buildx build --platform linux/amd64,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push . +docker buildx build --platform linux/amd64,linux/arm/v7,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .