#469 added a platform attribute and only writes it if it's set, but it also always set it. As a result, any container tests on e.g. arm64 will fail, if platform is not set.
The previous behavior let the container runtime figured it out, which worked.