diff --git a/dashboard/builder/env.go b/dashboard/builder/env.go index a49843d1..3780a790 100644 --- a/dashboard/builder/env.go +++ b/dashboard/builder/env.go @@ -20,6 +20,7 @@ import ( // to the envv of its subprocesses. var extraEnv = []string{ "GOARM", + "CGO_ENABLED", // For Unix derivatives. "CC",