You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: