Skip to content
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

Apple Silicon (M1/M2) - no matching manifest for linux/arm64/v8 error with ghcr.io/foundry-rs/foundry:latest #8039

Open
2 tasks
Le-Caignec opened this issue Jun 3, 2024 · 2 comments · May be fixed by #7512
Open
2 tasks
Labels
A-compatibility Area: compatibility A-installer Area: installer T-bug Type: bug
Milestone

Comments

@Le-Caignec
Copy link

Le-Caignec commented Jun 3, 2024

Component

Anvil

Have you ensured that all of these are up to date?

  • Foundry
  • Foundryup

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:

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?

Thank you!

@Le-Caignec Le-Caignec added the T-bug Type: bug label Jun 3, 2024
@grandizzy
Copy link
Collaborator

there is no (tagged) image for it (probably we should consider publishing one), for now try using

docker pull --platform linux/amd64 ghcr.io/foundry-rs/foundry:latest

@Le-Caignec
Copy link
Author

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-compatibility Area: compatibility A-installer Area: installer T-bug Type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants