Open
Description
Any change to create a multiplatform container?
I would like to create a multiplatfrom container myself to host a C++ compiled executable that is wrapped in NodeJs express web api so that I can use this container on any platform.
When I ran the following command I noticed this container isn't multiplatform.
docker run mplatform/mquery node
Image: node
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v7
- linux/arm64/v8
- linux/386
- linux/ppc64le
- linux/s390x