From 783d72e48ed3dd55fddf1a6eb0bcae6dc79e8b4d Mon Sep 17 00:00:00 2001 From: SuperQ Date: Thu, 9 Apr 2026 10:06:08 +0200 Subject: [PATCH] Use upstream docker archs Use the `DOCKER_ARCHS` from Makefile.common. Signed-off-by: SuperQ --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index ba2c783d..786ab51c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ # limitations under the License. # Needs to be defined before including Makefile.common to auto-generate targets -DOCKER_ARCHS ?= amd64 DOCKER_REPO ?= prometheuscommunity include Makefile.common