mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-12 12:46:23 +01:00
Makefile: add make release
rule for building release tar.gz file with cluster binaries
Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/146
This commit is contained in:
parent
c15dfc6cea
commit
1dd736a75c
6
Makefile
6
Makefile
@ -37,6 +37,12 @@ package: \
|
|||||||
package-vmselect \
|
package-vmselect \
|
||||||
package-vminsert
|
package-vminsert
|
||||||
|
|
||||||
|
release: \
|
||||||
|
vminsert-prod \
|
||||||
|
vmselect-prod \
|
||||||
|
vmstorage-prod
|
||||||
|
cd bin && tar czf victoria-metrics-$(PKG_TAG)-cluster.tar.gz vminsert-prod vmselect-prod vmstorage-prod
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
GO111MODULE=on gofmt -l -w -s ./lib
|
GO111MODULE=on gofmt -l -w -s ./lib
|
||||||
GO111MODULE=on gofmt -l -w -s ./app
|
GO111MODULE=on gofmt -l -w -s ./app
|
||||||
|
Loading…
Reference in New Issue
Block a user