From 167c8547ff08653d0a7c0751a1460639853498f1 Mon Sep 17 00:00:00 2001 From: Robin Date: Sat, 29 Jan 2022 14:38:09 +0100 Subject: [PATCH] armv7 is broken again --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 9010504..6048603 100755 --- a/deploy.sh +++ b/deploy.sh @@ -14,7 +14,7 @@ deploy_php(){ docker buildx build \ -t namelessmc/php:$1 \ --build-arg PHP_VERSION=$2 --build-arg VERSION=$3 \ - --platform=linux/amd64,linux/arm,linux/arm64 php_fpm --push + --platform=linux/amd64,linux/arm64 php_fpm --push } # Tag PHP NamelessMC