mirror of
https://github.com/prometheus/prometheus
synced 2026-04-20 22:41:05 +08:00
Fix quay.io riscv64 publishing (#18527)
Because quay.io requires manual creation of new repos, we missed creating one for riscv64. This has been created so publish should now work. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user