2
2
mirror of https://github.com/octoleo/restic.git synced 2024-12-22 02:48:55 +00:00

helpers: Fetch modules for release binaries

This commit is contained in:
Alexander Neumann 2020-09-12 16:25:02 +02:00
parent 88664ba222
commit 93583c01b1

View File

@ -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,
)