Skip to content

Commit

Permalink
Merge pull request #10422 from afbjorklund/remove-duplicates
Browse files Browse the repository at this point in the history
Remove duplicate binaries from build internals
  • Loading branch information
medyagh authored Feb 10, 2021
2 parents 51ec098 + 76612f6 commit 47da1ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hack/jenkins/release_build_and_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47da1ff

Please sign in to comment.