Closed
Description
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/