Currently, Dockerfile for mantis explicitly states --platform linux/amd64 and pulls tools for the same architecture.
This causes problems when underlying host has a different architecture.
Having cross-platform support will allow mantis and its modules to run on any host, regardless of architecture.