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

Several images not getting built #179

Closed
ry4nz opened this issue Oct 8, 2017 · 1 comment
Closed

Several images not getting built #179

ry4nz opened this issue Oct 8, 2017 · 1 comment

Comments

@ry4nz
Copy link

ry4nz commented Oct 8, 2017

Checking the Jenkins log, there are several images not getting built.

skipping "golang:1.9.1-alpine3.6" (due to architecture "s390x"; only "amd64" supported)
skipping "golang:1.9.1-windowsservercore" (due to architecture "s390x"; only "windows-amd64" supported)
skipping "golang:1.9.1-nanoserver" (due to architecture "s390x"; only "windows-amd64" supported)
skipping "golang:1.8.4-alpine3.6" (due to architecture "s390x"; only "amd64" supported)
skipping "golang:1.8.4-alpine3.5" (due to architecture "s390x"; only "amd64" supported)
skipping "golang:1.8.4-windowsservercore" (due to architecture "s390x"; only "windows-amd64" supported)
skipping "golang:1.8.4-nanoserver" (due to architecture "s390x"; only "windows-amd64" supported)

Images golang:1.9.1-alpine3.6 golang:1.8.4-alpine3.6 golang:1.8.4-alpine3.6 should be built.

@tianon
Copy link
Member

tianon commented Oct 9, 2017

You're looking at the logs specifically for the s390x architecture, which Alpine doesn't currently support (gliderlabs/docker-alpine#304), and Windows definitely doesn't support.

See https://doi-janky.infosiftr.net/job/multiarch/job/windows-amd64/job/golang/lastCompletedBuild/console for where the last nanoserver and windowsservercore builds were successfully processed, and https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/golang/lastCompletedBuild/console for the alpine* tags.

@tianon tianon closed this as completed Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants