I’m trying to setup the dgrpah locally on Apple Silicon Mac books but I’m keep getting following errors.
WARNING: The requested image’s platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Please share any docs on setting up dgraph on arm64 machines.
The M1 isn’t supported for now. There is a build from the community that might work. Not sure if it is available on Brew or something else. I saw a conversation about it.
Well, I tried that but still complains about image’s platform. However I saw something on docker docs about adding –platform linux/amd64 but it looks like images has to be build with that flag. Dgraph team is my only hope