rumqtt icon indicating copy to clipboard operation
rumqtt copied to clipboard

ARM Compatible Docker Image

Open tomtom215 opened this issue 1 year ago • 2 comments

Expected Behavior

A docker image would be available for multiple architectures beyond x86.

Current Behavior

Current Apple M* processors and Raspberry Pi's (plus other common processors for IoT) cannot run the available container images from DockerHub

Failure Logs

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested thread 'main' panicked at 'called Result::unwrap() on an Err value: configuration file "rumqttd.toml" not found', rumqttd/src/main.rs:43:10 note: run with RUST_BACKTRACE=1 environment variable to display a backtrace

tomtom215 avatar Jun 01 '23 07:06 tomtom215

PR #671 will add support for both linux/amd64 and linux/arm64 compatible Docker images.

carlocorradini avatar Aug 06 '23 14:08 carlocorradini

If you want to share your feedback about the following files:

carlocorradini avatar Aug 06 '23 14:08 carlocorradini