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

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

Closed
2 tasks
Le-Caignec opened this issue Jun 3, 2024 · 2 comments · Fixed by #9614 · May be fixed by #7512
Closed
2 tasks
Labels
A-compatibility Area: compatibility A-installer Area: installer P-normal Priority: normal 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

@zerosnacks zerosnacks added A-compatibility Area: compatibility A-installer Area: installer labels Jun 27, 2024
@zerosnacks zerosnacks added this to the v1.0.0 milestone Jul 26, 2024
@zerosnacks zerosnacks changed the title Apple Silicon (M1/M2) - no matching manifest for linux/arm64/v8 error with ghcr.io/foundry-rs/foundry:latest bug: Apple Silicon (M1/M2) - no matching manifest for linux/arm64/v8 error with ghcr.io/foundry-rs/foundry:latest Oct 22, 2024
@github-project-automation github-project-automation bot moved this to Todo in Foundry Oct 22, 2024
@zerosnacks zerosnacks added the P-normal Priority: normal label Oct 22, 2024
TomasArrachea added a commit to Layr-Labs/eigensdk-rs that referenced this issue Oct 23, 2024
As foundry is no longer required, this PR updates some tests to run
using an Anvil container.

Also, changed Anvil version on tests to `latest`. NOTE: this version
works fine for AMD architectures but is not listed for ARM, so to run
tests locally the image needs to be build manually, due to [this foundry
issue](foundry-rs/foundry#8039)
dymchenkko pushed a commit to dymchenkko/eigensdk-rs that referenced this issue Nov 5, 2024
As foundry is no longer required, this PR updates some tests to run
using an Anvil container.

Also, changed Anvil version on tests to `latest`. NOTE: this version
works fine for AMD architectures but is not listed for ARM, so to run
tests locally the image needs to be build manually, due to [this foundry
issue](foundry-rs/foundry#8039)
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 P-normal Priority: normal T-bug Type: bug
Projects
Archived in project
3 participants