File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ ifneq ($(shell command -v gotestsum 2> /dev/null),)
5555endif
5656endif
5757
58- PROMU_VERSION ?= 0.18.0
58+ PROMU_VERSION ?= 0.18.1
5959PROMU_URL := https://github.com/prometheus/promu/releases/download/v$(PROMU_VERSION)/promu-$(PROMU_VERSION).$(GO_BUILD_PLATFORM).tar.gz
6060
6161SKIP_GOLANGCI_LINT :=
@@ -90,8 +90,10 @@ ifdef DOCKERFILE_PATH
9090$(error DOCKERFILE_PATH is deprecated. Use DOCKERFILE_VARIANTS ?= $(DOCKERFILE_PATH) in the Makefile)
9191endif
9292
93- DOCKER_ARCHS ?= amd64
94- DOCKERFILE_VARIANTS ?= Dockerfile $(wildcard Dockerfile.*)
93+ DOCKER_ARCHS ?= amd64 armv7 arm64 ppc64le riscv64 s390x
94+ DOCKERFILE_ARCH_EXCLUSIONS ?=
95+ DOCKER_REGISTRY_ARCH_EXCLUSIONS ?= quay.io:riscv64
96+ DOCKERFILE_VARIANTS ?= $(wildcard Dockerfile Dockerfile.*)
9597
9698# Function to extract variant from Dockerfile label.
9799# Returns the variant name from io.prometheus.image.variant label, or "default" if not found.
You can’t perform that action at this time.
0 commit comments