Commit cc00327f by linux chips

add server only build target "build-srv"

parent c0e08764
...@@ -79,6 +79,10 @@ func main() { ...@@ -79,6 +79,10 @@ func main() {
case "setup": case "setup":
setup() setup()
case "build-srv":
clean()
build("grafana-server", "./pkg/cmd/grafana-server", []string{})
case "build-cli": case "build-cli":
clean() clean()
build("grafana-cli", "./pkg/cmd/grafana-cli", []string{}) build("grafana-cli", "./pkg/cmd/grafana-cli", []string{})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment