From 6cf450d72495ab18c162f53f47ee680e51db6856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charles-Edouard=20Br=C3=A9t=C3=A9ch=C3=A9?= Date: Tue, 14 Feb 2023 07:02:37 +0100 Subject: [PATCH] chore: build docker images for all supported platforms (#6297) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Charles-Edouard Brétéché --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3f33bf5c73..3930909124 100644 --- a/Makefile +++ b/Makefile @@ -306,7 +306,7 @@ KO_KYVERNO_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/kyverno KO_CLEANUP_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/cleanup-controller KO_REPORTS_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/reports-controller KO_BACKGROUND_IMAGE := ko.local/github.com/kyverno/kyverno/cmd/background-controller -PLATFORMS := linux/amd64,linux/arm64,linux/s390x +PLATFORMS := all KO_TAGS := $(IMAGE_TAG_LATEST),$(IMAGE_TAG) KO_TAGS_DEV := $(IMAGE_TAG_LATEST),$(IMAGE_TAG_DEV)