mirror of
https://github.com/golang/go.git
synced 2025-11-01 09:10:57 +00:00
cmd/api: add API checks for freebsd/arm64
The freebsd/arm64 port was added in go1.14, make cmd/api aware of it and backfill API files. For #58582 Change-Id: I8b25c6cf5a66611d90d225762b257679a4abface Reviewed-on: https://go-review.googlesource.com/c/go/+/469115 Reviewed-by: Bryan Mills <bcmills@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Dmitri Goutnik <dgoutnik@gmail.com> Run-TryBot: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org>
This commit is contained in:
parent
9f834a559c
commit
990501e725
6 changed files with 8768 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ var contexts = []*build.Context{
|
|||
{GOOS: "freebsd", GOARCH: "amd64"},
|
||||
{GOOS: "freebsd", GOARCH: "arm", CgoEnabled: true},
|
||||
{GOOS: "freebsd", GOARCH: "arm"},
|
||||
{GOOS: "freebsd", GOARCH: "arm64", CgoEnabled: true},
|
||||
{GOOS: "freebsd", GOARCH: "arm64"},
|
||||
{GOOS: "netbsd", GOARCH: "386", CgoEnabled: true},
|
||||
{GOOS: "netbsd", GOARCH: "386"},
|
||||
{GOOS: "netbsd", GOARCH: "amd64", CgoEnabled: true},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue