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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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