Merge pull request #121665 from pacoxu/sync-etcd-build

etcd: add --provenance=false during etcd multi-arch build
This commit is contained in:
Kubernetes Prow Robot
2023-11-01 14:14:23 +01:00
committed by GitHub

View File

@@ -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) \