You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/releasebot, cmd/release: add windows-arm64 target for Go 1.17
Support for Windows on ARM is only available in the newer WiX v3.14
development release, so start using that for windows/arm64 release.
Remove the unused ProdId variable in installer.wxs.
For the windows/arm64 installer, increase InstallerVersion property
to 500, since 300 is below the minimum for the arm64 platform per
https://wixtoolset.org/documentation/manual/v3/xsd/wix/package.html.
Remove the test that a godoc shortcut isn't included. This test was
useful back when that shortcut was conditionally included depending
on the Go version, but no supported release includes godoc by now.
Fixesgolang/go#46355.
Change-Id: I9273e764d73d0a941f6300d2b761653eb09b977e
Reviewed-on: https://go-review.googlesource.com/c/build/+/324069
Trust: Dmitri Shuralyov <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
TryBot-Result: Go Bot <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
0 commit comments