From e1ef10fce97cbbdca17a04f3bfdd16e5aec4f5a3 Mon Sep 17 00:00:00 2001 From: PrometheusBot Date: Mon, 20 Apr 2026 16:15:43 +0200 Subject: [PATCH] Update common Prometheus files (#3629) Signed-off-by: prombot --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 42dc653d..6bd1e152 100644 --- a/Makefile.common +++ b/Makefile.common @@ -92,7 +92,7 @@ endif DOCKER_ARCHS ?= amd64 arm64 armv7 ppc64le riscv64 s390x DOCKERFILE_ARCH_EXCLUSIONS ?= -DOCKER_REGISTRY_ARCH_EXCLUSIONS ?= quay.io:riscv64 +DOCKER_REGISTRY_ARCH_EXCLUSIONS ?= DOCKERFILE_VARIANTS ?= $(wildcard Dockerfile Dockerfile.*) # Function to extract variant from Dockerfile label.