hivemq/hivemq-community-edition

Publish arm64 container on Docker Hub

rhwood opened this issue · 3 comments

rhwood commented

Problem or use case

I would like to be able to run the hivemq-ce container on either of my MacBooks while developing against it without having to build the container myself. Currently I can download the amd64 container from Docker Hub on my older Intel MacBook, but not my newer Apple Silicon MacBook.

Preferred solution or suggestions

Please publish arm64 containers of hivemq-ce on Docker Hub.

rhwood commented

I've since learned that Podman on Apple Silicon devices can run either arm64 or amd64 containers if the architecture is specified with --arch arm64 or --arch amd64, so if you choose to reject this, please update your documentation to include the --arch amd64 argument.

Hi @rhwood - thanks for the Podman tip. That's useful.

I do know that the team is working internally to add arm64 support. There is no ETA as of yet but we'll update here once we have some progress to report.