Skip to content

not support mips64le go installation package for make docker official image (https://golang.org/dl/) #38536

Closed
@XiaodongLoong

Description

@XiaodongLoong

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions