提交 76612f66 编写于 作者: A Anders F Björklund

Remove duplicate binaries from build internals

Due to difference in how things are named between different
operating systems <sigh>, we make multiple copies of files.

But we don't need to upload these extras to the release dir,
since they only risk confusing users further (and lack sha256).
上级 db3bfc3f
......@@ -55,6 +55,11 @@ env BUILD_IN_DOCKER=y \
"out/docker-machine-driver-kvm2_${DEB_VERSION}-0_amd64.deb" \
"out/docker-machine-driver-kvm2-${RPM_VERSION}-0.x86_64.rpm"
# Don't upload temporary copies, avoid unused duplicate files in the release storage
rm -f out/minikube-linux-x86_64
rm -f out/minikube-linux-aarch64
rm -f out/minikube-windows-amd64
make checksum
# unversioned names to avoid updating upstream Kubernetes documentation each release
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册