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

Gorelease does not publish the arm64 image? #540

Open
raskyld opened this issue Oct 31, 2024 · 3 comments
Open

Gorelease does not publish the arm64 image? #540

raskyld opened this issue Oct 31, 2024 · 3 comments

Comments

@raskyld
Copy link

raskyld commented Oct 31, 2024

Hello all!

Context

I am trying to pull gNMIc on an arm64 machine but it doesn't work.

How to reproduce?

Try to run docker pull --platform linux/arm64 ghcr.io/openconfig/gnmic with whichever version you want.
You will get a warning:

image with reference ghcr.io/openconfig/gnmic:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64

Expected Behaviour

Looking at your goreleaser config, it seems it should publish a multi-arch image. I can't access the GitHub Actions logs of the release workflow, but I suspect the lack of QEMU on the worker could cause it to silently skip building arm64 image.

@hellt
Copy link
Collaborator

hellt commented Oct 31, 2024

The PR that adds arm64 has been merged, but a new release hasn't been cut
When a new version is released the amd image will be available

@raskyld
Copy link
Author

raskyld commented Oct 31, 2024

Thanks a lot! I should have double checked the tags and verify the goreleaser conf from there 🤦

@karimra
Copy link
Collaborator

karimra commented Nov 4, 2024

I will issue a new release by the end of the week

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

3 participants