Skip to content

Commit

Permalink
Makefile: properly generate checksums for *.tar.gz files
Browse files Browse the repository at this point in the history
  • Loading branch information
valyala committed Apr 2, 2021
1 parent dc9eafc commit 759c938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ release-victoria-metrics-generic: victoria-metrics-$(GOARCH)-prod
victoria-metrics-$(GOARCH)-prod \
&& sha256sum victoria-metrics-$(GOARCH)-$(PKG_TAG).tar.gz \
victoria-metrics-$(GOARCH)-prod \
| sed s/-$(GOARCH)// > victoria-metrics-$(GOARCH)-$(PKG_TAG)_checksums.txt
| sed s/-$(GOARCH)-prod// > victoria-metrics-$(GOARCH)-$(PKG_TAG)_checksums.txt

release-vmutils: \
release-vmutils-amd64 \
Expand Down Expand Up @@ -153,7 +153,7 @@ release-vmutils-generic: \
vmbackup-$(GOARCH)-prod \
vmrestore-$(GOARCH)-prod \
vmctl-$(GOARCH)-prod \
| sed s/-$(GOARCH)// > vmutils-$(GOARCH)-$(PKG_TAG)_checksums.txt
| sed s/-$(GOARCH)-prod// > vmutils-$(GOARCH)-$(PKG_TAG)_checksums.txt

release-vmutils-windows-generic: \
vmagent-windows-$(GOARCH)-prod \
Expand Down

0 comments on commit 759c938

Please sign in to comment.