hetty
hetty copied to clipboard
Add docker support for additional architectures
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.
+1