manibuilder/multiarch: Use persistence feature of qemu-user-static

We can use a single container now to provide `qemu-user` binaries for
multi-arch containers. This allows us to use official multi-arch
containers that don't contain such a binary for the host architecture.

We pin the version to 7.2.0-1 for reproducibility. However, in this
version, `qemu-arm-static` has some trouble running Alpine containers
(programs crashing on 3.14 and 3.15). So keep that one at 6.3.0-8.

Change-Id: Iadf7ac318f99e521ce8c0acc0c41f59711e7c397
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/73432
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/util/manibuilder/Dockerfile.qemu-user-static b/util/manibuilder/Dockerfile.qemu-user-static
index b6de7eb..f09a0b5 100644
--- a/util/manibuilder/Dockerfile.qemu-user-static
+++ b/util/manibuilder/Dockerfile.qemu-user-static
@@ -1,3 +1,5 @@
-FROM multiarch/qemu-user-static:register
+FROM multiarch/qemu-user-static:7.2.0-1
 
 RUN sed -i -e's/ mipsn32 mipsn32el / /' /qemu-binfmt-conf.sh
+
+COPY --from=multiarch/qemu-user-static:6.1.0-8 /usr/bin/qemu-arm-static /usr/bin/