1
0
mirror of https://github.com/golang/go synced 2024-11-18 15:14:44 -07:00

cmd/dist: add support for freebsd/arm64

Updates #24715

Change-Id: I110a10a5d5ed4a471f67f35cbcdcbea296c5dcaf
Reviewed-on: https://go-review.googlesource.com/c/go/+/198542
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Tobias Klauser 2019-10-04 11:53:22 +02:00 committed by Tobias Klauser
parent 6b6e67f9b9
commit 3d457f1a36

View File

@ -1485,6 +1485,7 @@ var cgoEnabled = map[string]bool{
"freebsd/386": true, "freebsd/386": true,
"freebsd/amd64": true, "freebsd/amd64": true,
"freebsd/arm": true, "freebsd/arm": true,
"freebsd/arm64": false,
"illumos/amd64": true, "illumos/amd64": true,
"linux/386": true, "linux/386": true,
"linux/amd64": true, "linux/amd64": true,