Fix CRI release build.
Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
parent
d4637128c3
commit
e3abd03ae1
2
Makefile
2
Makefile
@ -223,7 +223,7 @@ release: $(BINARIES)
|
|||||||
@install $(BINARIES) releases/$(RELEASE)/bin
|
@install $(BINARIES) releases/$(RELEASE)/bin
|
||||||
@cd releases/$(RELEASE) && tar -czf ../$(RELEASE).tar.gz *
|
@cd releases/$(RELEASE) && tar -czf ../$(RELEASE).tar.gz *
|
||||||
@cd releases && sha256sum $(RELEASE).tar.gz >$(RELEASE).tar.gz.sha256sum
|
@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
|
clean: ## clean up binaries
|
||||||
@echo "$(WHALE) $@"
|
@echo "$(WHALE) $@"
|
||||||
|
Loading…
Reference in New Issue
Block a user