mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-01 18:58:18 +00:00
add --provenance=false during etcd multi-arch build
This commit is contained in:
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user