mirror of
https://github.com/grafana/grafana.git
synced 2025-07-25 18:13:09 +08:00
build: correctly adds enterprise to the filename. (#13831)
This commit is contained in:
4
build.go
4
build.go
@ -403,6 +403,10 @@ func gruntBuildArg(task string) []string {
|
||||
if phjsToRelease != "" {
|
||||
args = append(args, fmt.Sprintf("--phjsToRelease=%v", phjsToRelease))
|
||||
}
|
||||
if enterprise {
|
||||
args = append(args, "--enterprise")
|
||||
}
|
||||
|
||||
args = append(args, fmt.Sprintf("--platform=%v", goos))
|
||||
|
||||
return args
|
||||
|
Reference in New Issue
Block a user