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.Env = append(os.Environ(),
|
||||
"CGO_ENABLED=0",
|
||||
"GOPROXY=off",
|
||||
"GOOS="+goos,
|
||||
"GOARCH="+goarch,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue