mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-23 10:32:03 +00:00
add --provenance=false during etcd multi-arch build
This commit is contained in:
parent
a8b7e1953f
commit
ceaacc88f0
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user