#105·hetty

Add docker support for additional architectures

Author: JamesConlan96Created Apr 16, 2022Updated Apr 22, 2026

Is your feature request related to a problem? Please describe. The docker image made available on docker hub is only compatible with the "linux/arm64/v8" architecture.

Describe the solution you'd like It would be useful to support other popular architectures such as "linux/amd64" as well.

Describe alternatives you've considered I've tried to run it with "docker run --platform=linux/amd64", but this was unsuccessful.