From 028b41be996a3faf347ffd8af086b128b5fb7127 Mon Sep 17 00:00:00 2001 From: James Strong Date: Tue, 3 Oct 2023 16:49:06 -0400 Subject: [PATCH] Update Makefile fixes #10414 --- images/custom-error-pages/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/custom-error-pages/Makefile b/images/custom-error-pages/Makefile index 810736cca..98f7104a7 100644 --- a/images/custom-error-pages/Makefile +++ b/images/custom-error-pages/Makefile @@ -31,7 +31,7 @@ IMAGE = $(REGISTRY)/nginx-errors export DOCKER_CLI_EXPERIMENTAL=enabled # build with buildx -PLATFORMS?=linux/amd64 +PLATFORMS?=linux/amd64,linux/arm,linux/arm64,linux/s390x OUTPUT= PROGRESS=plain