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
|
dockerfile: [[Dockerfile, linux/amd64, '']] |
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