Merge pull request #3634 from Random-Liu/fix-cri-release

Fix CRI release build.
This commit is contained in:
Derek McGowan 2019-09-09 19:07:34 -07:00 committed by GitHub
commit ce8d63255c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -223,7 +223,7 @@ release: $(BINARIES)
@install $(BINARIES) releases/$(RELEASE)/bin
@cd releases/$(RELEASE) && tar -czf ../$(RELEASE).tar.gz *
@cd releases && sha256sum $(RELEASE).tar.gz >$(RELEASE).tar.gz.sha256sum
@VERSION=$(VERSION) script/release/release-cri
@VERSION=$(VERSION:v%=%) script/release/release-cri
clean: ## clean up binaries
@echo "$(WHALE) $@"