Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues on M1 (arm64) #556

Open
joerajeev opened this issue Nov 23, 2022 · 0 comments
Open

Issues on M1 (arm64) #556

joerajeev opened this issue Nov 23, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@joerajeev
Copy link

joerajeev commented Nov 23, 2022

Describe the bug
Running julie on M1 gives a warning, is slow, and sometimes hangs completely.

To Reproduce
Steps to reproduce the behavior:

  1. Use a M1 machine (arm64)
  2. Run docker run purbon/kafka-topology-builder:latest julie-ops-cli.sh --help

Expected behavior
a quick response of the help menu

Actual Behaviour

  1. Prints 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
  2. Takes over 10 seconds to print the help
  3. Occasionally hangs completely and cannot even be killed wth Ctrl + C.

Runtime (please complete the following information):

  • OS: M1 Mac
  • JVM version: openjdk 17.0.4 2022-07-19
  • Version: v4.4.1

Additional info
Tried specifying the platform but this gives an error.
docker run --platform linux/arm64 purbon/kafka-topology-builder:latest julie-ops-cli.sh --help
WARNING: image with reference purbon/kafka-topology-builder was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64 docker: Error response from daemon: image with reference purbon/kafka-topology-builder:latest was found but does not match the specified platform: wanted linux/arm64, actual: linux/amd64.

Also note that this issue is not just for help but for any command.

@joerajeev joerajeev added the bug Something isn't working label Nov 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant