I am encountering an issue when trying to use the ghcr.io/foundry-rs/foundry:latest Docker image on my Mac with an Apple silicon chip (M1/M2). This image worked previously, but now it fails with the following error:
no matching manifest for linux/arm64/v8 in the manifest list entries
Steps to Reproduce:
Use a Mac with an Apple silicon chip (M1/M2).
Pull the ghcr.io/foundry-rs/foundry:latest Docker image.
Expected Behavior:
The Docker image should pull and run successfully on an Apple silicon Mac.
Can you please investigate and provide support for Apple silicon Macs?
Component
Anvil
Have you ensured that all of these are up to date?
What version of Foundry are you on?
ghcr.io/foundry-rs/foundry:latest
What command(s) is the bug in?
No response
Operating System
macOS Version: [Sonoma 14.5] Docker Version: [Your Docker version] Apple Silicon Chip: [Apple M2]
Describe the bug
Hello,
I am encountering an issue when trying to use the
ghcr.io/foundry-rs/foundry:latest
Docker image on my Mac with an Apple silicon chip (M1/M2). This image worked previously, but now it fails with the following error:Steps to Reproduce:
Expected Behavior:
The Docker image should pull and run successfully on an Apple silicon Mac.
Can you please investigate and provide support for Apple silicon Macs?
Thank you!