]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: set GOARM=7 for windows/arm
authorJason A. Donenfeld <Jason@zx2c4.com>
Fri, 12 Feb 2021 20:34:11 +0000 (21:34 +0100)
committerRuss Cox <rsc@golang.org>
Thu, 18 Feb 2021 15:00:59 +0000 (15:00 +0000)
commit609d82b28992e6a7fac48add680f170c4eee83fd
treed5c2f35673d02c7605e2503f47e4a123c6857c26
parentf0be3cc5476bd726707985a6382ae6a2d6fa8968
cmd/dist: set GOARM=7 for windows/arm

GOARM=6 executables fail to launch on windows/arm, so set this to ARMv7
like we do for Android.

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

Change-Id: Ifa13685e7ab6edd367f3dfec10296e376319dbd4
Reviewed-on: https://go-review.googlesource.com/c/go/+/291629
Reviewed-by: Russ Cox <rsc@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Go Bot <gobot@golang.org>
src/cmd/dist/util.go