The dev container CLI will soon support a platform argument, and devcontainers/cli#61 introduces the ability to do multiple tags.
The challenge here is when you do a multiple architecture build, you can't use the image to run locally. This makes me wonder if this should either be a separate action, or requires an optional runCmd as proposed with #150.
//cc @stuartleeks