Merge pull request #10422 from afbjorklund/remove-duplicates

Remove duplicate binaries from build internals
pull/10433/head
Medya Ghazizadeh 2021-02-09 16:14:18 -08:00 committed by GitHub
commit 47da1ffe3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ env BUILD_IN_DOCKER=y \
"out/docker-machine-driver-kvm2_${DEB_VERSION}-0_amd64.deb" \ "out/docker-machine-driver-kvm2_${DEB_VERSION}-0_amd64.deb" \
"out/docker-machine-driver-kvm2-${RPM_VERSION}-0.x86_64.rpm" "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 make checksum
# unversioned names to avoid updating upstream Kubernetes documentation each release # unversioned names to avoid updating upstream Kubernetes documentation each release