From e62bc037256983bb8dc68c9938d706fac469717d Mon Sep 17 00:00:00 2001 From: Ric Harvey Date: Wed, 5 Aug 2020 08:38:10 +0100 Subject: [PATCH] remove arm/7 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9eed9b7..78769df 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/arm/v7,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push . +docker buildx build --platform linux/amd64,linux/arm64 -t "richarvey/nginx-php-fpm:${VERSION}" -t richarvey/nginx-php-fpm:latest --push .