go/build: cgo works on linux/arm64.
From-SVN: r221398
This commit is contained in:
parent
fafa095c5f
commit
2960e09d9d
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ var cgoEnabled = map[string]bool{
|
|||
"linux/alpha": true,
|
||||
"linux/amd64": true,
|
||||
"linux/arm": true,
|
||||
"linux/arm64": true,
|
||||
"linux/ppc": true,
|
||||
"linux/ppc64": true,
|
||||
"linux/ppc64le": true,
|
||||
|
|
Loading…
Add table
Reference in a new issue