Add hashsum for release archives
Signed-off-by: Mattias Appelgren <mattias@ppelgren.se>
This commit is contained in:
1
Makefile
1
Makefile
@@ -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) $@"
|
||||
|
||||
Reference in New Issue
Block a user