We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5da5df commit ab41250Copy full SHA for ab41250
.gitignore
@@ -2,5 +2,4 @@
2
elasticsearch_exporter
3
*.tar.gz
4
*-stamp
5
-.idea
6
-*~
+.tarballs
Makefile
@@ -54,7 +54,9 @@ tarball: promu
54
55
tarballs: promu
56
@echo ">> building release tarballs"
57
- @$(PROMU) crossbuild tarballs $(BIN_DIR)
+ @$(PROMU) crossbuild tarballs
58
+ @echo ">> calculating release checksums"
59
+ @$(PROMU) checksum $(BIN_DIR)/.tarballs
60
61
docker:
62
@echo ">> building docker image"
0 commit comments