forked from TrueCloudLab/restic
helpers: Fetch modules for release binaries
This commit is contained in:
parent
88664ba222
commit
93583c01b1
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ func build(sourceDir, outputDir, goos, goarch string) (filename string) {
|
||||||
c.Dir = sourceDir
|
c.Dir = sourceDir
|
||||||
c.Env = append(os.Environ(),
|
c.Env = append(os.Environ(),
|
||||||
"CGO_ENABLED=0",
|
"CGO_ENABLED=0",
|
||||||
"GOPROXY=off",
|
|
||||||
"GOOS="+goos,
|
"GOOS="+goos,
|
||||||
"GOARCH="+goarch,
|
"GOARCH="+goarch,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue