We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d77e9 commit 9a26ab2Copy full SHA for 9a26ab2
1 file changed
Makefile.common
@@ -90,7 +90,9 @@ ifdef DOCKERFILE_PATH
90
$(error DOCKERFILE_PATH is deprecated. Use DOCKERFILE_VARIANTS ?= $(DOCKERFILE_PATH) in the Makefile)
91
endif
92
93
-DOCKER_ARCHS ?= amd64
+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.*)
97
98
# Function to extract variant from Dockerfile label.
0 commit comments