Open raskyld opened 3 weeks ago
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
Thanks a lot! I should have double checked the tags and verify the goreleaser conf from there 🤦
I will issue a new release by the end of the week
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: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.