mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #121665 from pacoxu/sync-etcd-build
etcd: add --provenance=false during etcd multi-arch build
This commit is contained in:
commit
2c53de96e4
@ -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