[OP Stack Deployment] <Apple M4 error when deploying new rollup> #753
-
Did you check the documentation?
Did you check for duplicate questions?
Issue DescriptionI am having some difficulties running I get an error with teku relating to a Java Runtime Environment. I have tried re-installing kurtosis 1.4.4, docker and searched the docs, but I have not been able to find a solution to this. Logs
Additional InformationI am running this using an Apple M4 chip. FeedbackNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
can you try
|
Beta Was this translation helpful? Give feedback.
-
Found a similar problem with an apple m4 chip which they fixed by using an amd64 image
I tried using amd64 image |
Beta Was this translation helpful? Give feedback.
Found a similar problem with an apple m4 chip which they fixed by using an amd64 image
rancher-sandbox/rancher-desktop#8057
I tried using amd64 image
cl_image: "consensys/teku:latest-amd64"
and this has resolved the issue for me