Commit 0f775d6b authored by Andrew Gerrand's avatar Andrew Gerrand

misc/dist: label 386 and amd64 as "32-bit x86" and "64-bit x86"

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5986043
parent 35bc9d17
......@@ -394,9 +394,9 @@ func (b *Build) Upload(version string, filename string) error {
os_, arch := b.OS, b.Arch
switch b.Arch {
case "386":
arch = "32-bit"
arch = "x86 32-bit"
case "amd64":
arch = "64-bit"
arch = "x86 64-bit"
}
if arch != "" {
labels = append(labels, "Arch-"+b.Arch)
......
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