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

add aarch64 support for dev use #18

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

amirfefer
Copy link
Member

Optimized development setup for arm64 based systems like Apple M chip.

@lzap
Copy link
Member

lzap commented Jan 2, 2024

I suggest to parametrize the existing compose file instead of introducing a new one. What are the changes you had to make to get it to native arm64? One obvious change I see right away, it is a different base image URL. You can introduce new environmental variables and keep the intel ones as defaults, so you can override them easily. Example:

 init-kafka:
    user: root
    profiles:
      - kafka
    image: ${KAFKA_IMAGE_URL:-quay.io/strimzi/kafka:latest-kafka-3.4.1}
...

A copy is something I would like to avoid long-term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants