From 57a1db27d05e097c0427e3bd6f4385935995c627 Mon Sep 17 00:00:00 2001 From: prombot Date: Thu, 16 Apr 2026 18:09:28 +0000 Subject: [PATCH] Update common Prometheus files 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.