-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Can't pull image on aarch64 #135
Comments
There never was a build for aarch64. For this conversion you should be pulling down directly anyway:
|
Thanks for clarifying. I was looking to accomplish something like this https://sylabs.io/2023/12/building-arm-containers-with-scs/ my actual command is something more like what's found in the readme.
where ubuntu:22.04 is a stand in for my private image. This runs fine on an an x86 host, but dies on an an arm device with the output listed as like you mentioned this isn't available for aarch64 at this time. |
Thanks for the tip, this worked great:
|
Sure thing! We can try adding the arm build, but they tend to be very slow on GHA, and using singularity directly is the preferred solution I think. |
Unable to find image 'quay.io/singularity/docker2singularity:latest' locally
latest: Pulling from singularity/docker2singularity
docker: no matching manifest for linux/arm64/v8 in the manifest list entries.
I don't see any reason why an image wouldn't be able to be built for aarch64 looking at the Dockerfile, it just seems that the runner isn't set up to build arm images and combine them into a single manifest
docker2singularity/.github/workflows/build-containers.yaml
Line 13 in 008ec30
The text was updated successfully, but these errors were encountered: