build.go: Switch 32bits compilation to default mode (#34656)

* Update build.go
This commit is contained in:
Le Libre Au Quotidien
2021-05-29 20:50:06 +02:00
committed by GitHub
parent 4972e0f6a1
commit 50775651dd

View File

@ -342,9 +342,6 @@ func setBuildEnv() {
} else { } else {
os.Setenv("GOARCH", goarch) os.Setenv("GOARCH", goarch)
} }
if goarch == "386" {
os.Setenv("GO386", "387")
}
if cgo { if cgo {
os.Setenv("CGO_ENABLED", "1") os.Setenv("CGO_ENABLED", "1")
} }