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
Recently I make golang docker images based on debian:stretch image with the guidance of
the docker-library/official-images project. In order to make golang docker image that I need, I must download the golang software installation package from URL: https://golang.org/dl/, but I cannot found the software installation package on linux-mips64el.
What version of Go are you using (go version)?
version golang1.6 + support mips64le arch.
$ go version
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (go env)?
go env Output
$ go env
GOOS=linux
GOARCH=mips64le
What did you do?
What did you expect to see?
Everybody can download the golang installation package on mips64le from https://golang.org/dl/
What did you see instead?
The text was updated successfully, but these errors were encountered:
Graduating a port to "first class" is at the discretion of the Go team at Google.
Follows a list of the First Class Ports. ppc64le is not a first class port, so official binaries are not provided. ppc64le users need to build Go from source: https://golang.org/doc/install/source.
We don't have the resources to build Go releases for every single target that Go supports.
Instead of providing us with machines, I recommend that you build mips64le releases yourself and make them available for anyone who wants them. Thanks.
Recently I make golang docker images based on debian:stretch image with the guidance of
the
docker-library/official-images
project. In order to make golang docker image that I need, I must download the golang software installation package from URL: https://golang.org/dl/, but I cannot found the software installation package on linux-mips64el.What version of Go are you using (
go version
)?version golang1.6 + support mips64le arch.
Does this issue reproduce with the latest release?
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
What did you expect to see?
Everybody can download the golang installation package on mips64le from https://golang.org/dl/
What did you see instead?
The text was updated successfully, but these errors were encountered: