Replies: 2 comments 3 replies
-
What happens when you install it like this? docker pull --platform linux/x86_64 ghcr.io/foundry-rs/foundry:master Found out about passing the platform to the image if you pull it inside the Dockerfile: FROM --platform=linux/x86_64 ghcr.io/foundry-rs/foundry:master |
Beta Was this translation helpful? Give feedback.
3 replies
-
This is being worked on in #8039 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm currently starting my foundry docker container (to run anvil) with via this Dockerfile:
It runs - but I get this warning when starting the container:
Is there a linux/arm64/v8 image available as well?
Beta Was this translation helpful? Give feedback.
All reactions