-
Notifications
You must be signed in to change notification settings - Fork 516
Missing linux/ppc64le
for Golang 1.18 image
#416
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
Comments
The failure looks like a pretty consistent failure in either ...
+ ./make.bash
Building Go cmd/dist using /usr/lib/go. (go1.16.10 linux/ppc64le)
Building Go toolchain1 using /usr/lib/go.
Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1.
Building Go toolchain2 using go_bootstrap and Go toolchain1.
Building Go toolchain3 using go_bootstrap and Go toolchain2.
Building packages and commands for linux/ppc64le.
go tool dist: FAILED: /usr/local/go/bin/go list -gcflags=all= -ldflags=all= -f={{if .Stale}} STALE {{.ImportPath}}: {{.StaleReason}}{{end}} std cmd: signal: segmentation fault (core dumped) |
There's now an upstream Go issue tracking this, the Alpine people have hit the same trying to build the package for their repository: |
Looks like ppc64le builds are showing up now BUT only for certain tags. ppc64le builds are available for See https://hub.docker.com/_/golang?tab=tags&page=1&name=alpine |
The manifest lists that are the combination of multiple architectures into a single tag are built from the tags are available in each architecture (because some architectures take longer to build than others). For example, here is the Docker Hub ppc64le/golang repo. |
Go 1.18 was just released but it appears that the build job for linux/ppc64le have failed and need to be respun.
This is in reference to docker-library/official-images#12045 (comment)
Per @DasSkelett,
FWIW, it looks like PR docker-library/official-images#12055 is inbound so it's unclear if we want to wait until that rolls out.
The text was updated successfully, but these errors were encountered: