Skip to content

Commit 9f24388

Browse files
committed
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 <[email protected]> Run-TryBot: Cherry Zhang <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent a517c34 commit 9f24388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/dist/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ func (t *tester) supportedBuildmode(mode string) bool {
982982
}
983983
switch pair {
984984
case "aix-ppc64",
985-
"darwin-amd64", "darwin-arm64",
985+
"darwin-amd64", "darwin-arm64", "ios-arm64",
986986
"linux-amd64", "linux-386", "linux-ppc64le", "linux-s390x",
987987
"freebsd-amd64",
988988
"windows-amd64", "windows-386":

0 commit comments

Comments
 (0)