mirror of
https://github.com/golang/go
synced 2024-11-17 08:04:46 -07:00
cmd/dist: test c-archive mode on ios/arm64
It is tested on darwin/arm64. Don't lose it when using GOOS=ios. Updates #38485. Change-Id: I7157d6b6f2850f2fd361e35ae310dd1ba9f31aa4 Reviewed-on: https://go-review.googlesource.com/c/go/+/259439 Trust: Cherry Zhang <cherryyz@google.com> Run-TryBot: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
a517c3422e
commit
9f24388a7d
2
src/cmd/dist/test.go
vendored
2
src/cmd/dist/test.go
vendored
@ -982,7 +982,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
|
||||
}
|
||||
switch pair {
|
||||
case "aix-ppc64",
|
||||
"darwin-amd64", "darwin-arm64",
|
||||
"darwin-amd64", "darwin-arm64", "ios-arm64",
|
||||
"linux-amd64", "linux-386", "linux-ppc64le", "linux-s390x",
|
||||
"freebsd-amd64",
|
||||
"windows-amd64", "windows-386":
|
||||
|
Loading…
Reference in New Issue
Block a user