WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested #1748
Answered
by
itzg
AquaCobell
asked this question in
Q&A
-
I'm trying to create a Magma Server
I've also tried
Can someone help me, what am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
itzg
Sep 25, 2022
Replies: 1 comment
-
The |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AquaCobell
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
java8
tagged image is only amd64 (aka Intel x86). Use thejava8-multiarch
image tag to run on ARM.