diff --git a/misc/dashboard/builder/main.go b/misc/dashboard/builder/main.go index 03999db170f..2b4c564e52c 100644 --- a/misc/dashboard/builder/main.go +++ b/misc/dashboard/builder/main.go @@ -32,6 +32,7 @@ const ( // These variables are copied from the gobuilder's environment // to the envv of its subprocesses. var extraEnv = []string{ + "CC", "GOARM", "GOHOSTARCH", "GOHOSTOS",