Commit e8e0d906 authored by Michael Hudson-Doyle's avatar Michael Hudson-Doyle

cmd/dist: run testshared on linux/386

Change-Id: I22d40248e83fcad5ab73c0d402183d06e91064c7
Reviewed-on: https://go-review.googlesource.com/16388Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Reviewed-by: default avatarDavid Crawshaw <crawshaw@golang.org>
parent 09d7de8d
...@@ -623,7 +623,7 @@ func (t *tester) supportedBuildmode(mode string) bool { ...@@ -623,7 +623,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
return false return false
case "shared": case "shared":
switch pair { switch pair {
case "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le": case "linux-386", "linux-amd64", "linux-arm", "linux-arm64", "linux-ppc64le":
return true return true
} }
return false return false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment