Open sahityakumarsuman opened 3 years ago
Looks related to #175?
Hi there - Do you have plans to support arm64 / Apple M1 chips? I looked into the related issue, but it's still opened and the workaround involves cloning a forked project and building it my own. I was looking into a more "official" fix for this.
I was trying to run this image locally with following command for my KAFKA, ZooKeeper setup
`docker run --rm -it -p 3181:3181 -p 3040:3040 -p 7081:7081 -p 7082:7082 -p 7083:7083 -p 7092:7092 -e ZK_PORT=3181 -e WEB_PORT=3040 -e REGISTRY_PORT=8081 -e REST_PORT=7082 -e CONNECT_PORT=7083 -e BROKER_PORT=7092 -e ADV_HOST=127.0.0.1 landoop/fast-data-dev
`
First I get the following warning
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
And following is the log that a receive entirely
Please let me know if anyone comes around on working fix with this given issue