-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
When attempting to download the docker image using docker pull ghcr.io/fusion-energy/neutronics-workshop
I get the following error on my M3 Macbook:
Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found
Unable to find image 'ghcr.io/fusion-energy/neutronics-workshop:latest' locally
docker: Error response from daemon: no matching manifest for linux/arm64/v8 in the manifest list entries: no match for platform in manifest: not found.
See 'docker run --help'.
I can however circumvent this issue by using the docker link located under the OS/Arch section here https://github.com/fusion-energy/neutronics-workshop/pkgs/container/neutronics-workshop
I'm not familiar with much of docker images or how to add "support" for arm chips but a rudimentary search reveals that adding platforms: linux/amd64,linux/arm64
to the end of the docker-publish.yaml
file would fix the issue
Metadata
Metadata
Assignees
Labels
No labels