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:
Ben Kochie
2026-04-16 10:14:00 +02:00
committed by GitHub
parent c4c1c55a82
commit a2e000133b

View File

@@ -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.