Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/website: source install instructions missing new windows ports #47789

Closed
mcandre opened this issue Aug 18, 2021 · 2 comments
Closed

x/website: source install instructions missing new windows ports #47789

mcandre opened this issue Aug 18, 2021 · 2 comments
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Milestone

Comments

@mcandre
Copy link

mcandre commented Aug 18, 2021

Go 1.17 adds support of 64-bit ARM architecture on Windows (the windows/arm64 port). This port supports cgo.

https://golang.org/doc/go1.17#windows

However, this other Go documentation omits the arm and arm64 architecture combinations for Windows:

https://golang.org/doc/install/source#environment

@mknyszek mknyszek changed the title Documentation out of date x/website: source install instructions missing new windows ports Aug 18, 2021
@mknyszek mknyszek modified the milestones: Backlog, Unreleased Aug 18, 2021
@mknyszek mknyszek added the NeedsFix The path to resolution is known, but the work has not been done. label Aug 18, 2021
@gopherbot
Copy link

Change https://golang.org/cl/343216 mentions this issue: _content/doc/install: add windows/arm and windows/arm64

@mknyszek
Copy link
Contributor

I didn't ask to deploy this to the website since there are other things to fix as well. But rest assured it'll update whenever the next deploy happens.

@golang golang locked and limited conversation to collaborators Aug 18, 2022
passionSeven added a commit to passionSeven/website that referenced this issue Oct 18, 2022
This change adds windows/arm and windows/arm64 to the list of valid
$GOOS and $GOARCH combinations.

Fixes golang/go#47789.

Change-Id: Iac102758f816a856f504473c623ad880caf3b72b
Reviewed-on: https://go-review.googlesource.com/c/website/+/343216
Trust: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsFix The path to resolution is known, but the work has not been done.
Projects
None yet
Development

No branches or pull requests

3 participants