Grafana Package

Hi

I would like to build only tar file packege but not rpm and deb files? Can anyone help me how to achive this?

we are using the following command to generate .deb packages.

go run build.go -includeBuildNumber=false pkg-deb

Like this:

  • go run build.go build
  • grunt release
  • go run build.go sha-dist

And the tar file will be in the dist subdirectory.