Separate s390x images builds so they don't fail while also keeping them in the manifest
In !3561 (merged) we merged back s390x images to be built alongside others since they were no longer included in the final manifest when separated, thus not being pushed to the registries.
We thought they were building fine now with the new container OS version, however that wasn't the case, we simply didn't notice it since the jobs were failing silently, for example: https://gitlab.com/gitlab-org/gitlab-runner/-/jobs/3454363525. For the time being I was restarting these jobs manually until they pass until we get a real solution.
We need to separate all images building in separate jobs and then have buildx combine all that into one final manifest this way the manifest will include all images while simultaneously the s390x images will not fail their builds since they are built independently.
This also opens the doors to building these images on native hardware in the future, rather than inside qemu.