build: internal metrics for packaging.

This commit is contained in:
Leonard Gram
2018-11-15 14:42:09 +01:00
parent 81a5b90022
commit 2e8c4699b0
12 changed files with 38 additions and 12 deletions

View File

@@ -128,6 +128,8 @@ func main() {
if goos == linux {
createLinuxPackages()
}
case "pkg-archive":
grunt(gruntBuildArg("package")...)
case "pkg-rpm":
grunt(gruntBuildArg("release")...)