docker pull fails on ARM64: no matching manifest for linux/arm64/v8

Hi, I’m trying to run the AIC evaluation environment on an ARM64 (aarch64) machine, but running into issues with the Docker image.

**Environment:**

  • OS: Linux (aarch64)

**Problem:** When I run the following command: docker pull Package aic/aic_eval · GitHub
I get this error: no matching manifest for linux/arm64/v8 in the manifest list entries.

I also checked the GHCR versions page and confirmed via `docker manifest inspect` that only amd64 is available — no arm64 image is published.

Anyone know how to solve this problem?

Thanks!