Skip to content

Commit 0c7c710

Browse files
committed
internal/dl: change GOARCH=arm64 pretty string ARMv8 → ARM64
ARM64 makes for a better pretty string for the "arm64" architecture. It's more clear that it's 64-bit, and it's closer to what we almost always say. Thanks to Cherry for making this suggestion. For golang/go#38485. For golang/go#36439. Change-Id: I89c175ea2bafce6f191ae797ed982c73962ee5da Reviewed-on: https://go-review.googlesource.com/c/website/+/344069 Trust: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Heschi Kreinick <[email protected]>
1 parent 149d2a4 commit 0c7c710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/dl/dl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ var prettyStrings = map[string]string{
362362
"386": "x86",
363363
"amd64": "x86-64",
364364
"armv6l": "ARMv6",
365-
"arm64": "ARMv8",
365+
"arm64": "ARM64",
366366

367367
"archive": "Archive",
368368
"installer": "Installer",

0 commit comments

Comments
 (0)