Add hashsum for release archives

Signed-off-by: Mattias Appelgren <mattias@ppelgren.se>
This commit is contained in:
Mattias Appelgren
2019-06-25 21:00:09 +02:00
parent 5b4ed0d886
commit 650a7e5c1e
2 changed files with 4 additions and 1 deletions

View File

@@ -226,6 +226,7 @@ release: $(BINARIES)
@install -d releases/$(RELEASE)/bin
@install $(BINARIES) releases/$(RELEASE)/bin
@cd releases/$(RELEASE) && tar -czf ../$(RELEASE).tar.gz *
@cd releases && sha256sum $(RELEASE).tar.gz >$(RELEASE).tar.gz.sha256sum
clean: ## clean up binaries
@echo "$(WHALE) $@"