]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/dist: add windows/arm64 support
authorRuss Cox <rsc@golang.org>
Fri, 22 Jan 2021 14:25:40 +0000 (09:25 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:05:03 +0000 (00:05 +0000)
commit0c633125f25966fa749ff8003393216aa454e909
tree3c7fd4e0e75924db884ce37bbcd655254dc88cc2
parentbb6efb96092cc8ae398c29e3b052a0051c746f88
cmd/dist: add windows/arm64 support

- Add Windows SystemInfo constant for arm64
- Add windows/arm64 to GOOS/GOARCH list

This CL is part of a stack adding windows/arm64
support (#36439), intended to land in the Go 1.17 cycle.

Change-Id: I6109bd87512b5cb1d227d7a85fd0ac20eb2259e5
Reviewed-on: https://go-review.googlesource.com/c/go/+/288819
Trust: Russ Cox <rsc@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go
src/cmd/dist/sys_windows.go