mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
minor change to build script
This commit is contained in:
parent
36ab8ae19c
commit
e9e6ac64bd
2
build.go
2
build.go
@ -315,6 +315,8 @@ func build(pkg string, tags []string) {
|
|||||||
args = append(args, "-o", binary)
|
args = append(args, "-o", binary)
|
||||||
args = append(args, pkg)
|
args = append(args, pkg)
|
||||||
setBuildEnv()
|
setBuildEnv()
|
||||||
|
|
||||||
|
runPrint("go", "version")
|
||||||
runPrint("go", args...)
|
runPrint("go", args...)
|
||||||
|
|
||||||
// Create an md5 checksum of the binary, to be included in the archive for
|
// Create an md5 checksum of the binary, to be included in the archive for
|
||||||
|
Loading…
Reference in New Issue
Block a user