From f2aef10016a4a350ab03242e60e70728c0d512d3 Mon Sep 17 00:00:00 2001 From: Ben Kochie Date: Sat, 11 Jul 2020 13:53:29 +0200 Subject: [PATCH] Add additional Docker archs Fixes: https://github.com/prometheus-community/PushProx/issues/87 Signed-off-by: Ben Kochie --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ce64da6..0cd23b3 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ # limitations under the License. # Needs to be defined before including Makefile.common to auto-generate targets -DOCKER_ARCHS ?= amd64 +DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le s390x DOCKER_REPO ?= prometheuscommunity include Makefile.common