From e7410d82648c485303fec274cd48ef80407ddb78 Mon Sep 17 00:00:00 2001 From: Paco Xu Date: Wed, 1 Nov 2023 16:35:05 +0800 Subject: [PATCH] add --provenance=false during etcd multi-arch build --- cluster/images/etcd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster/images/etcd/Makefile b/cluster/images/etcd/Makefile index 315c1fd68e1b1..cb447f5b292be 100644 --- a/cluster/images/etcd/Makefile +++ b/cluster/images/etcd/Makefile @@ -192,6 +192,7 @@ endif # And build the image docker buildx build \ --pull \ + --provenance=false \ --output=type=$(OUTPUT_TYPE) \ --platform "$(OS)/$(ARCH)" \ -t $(REGISTRY)/etcd:$(IMAGE_TAG)-$(IMAGE_SUFFIX) \