ci: use podman gitlab-runner for multiarch builds
The build runs in two stages:
- Cross compilation for target architecture on native arch image
- Installation into target architecture image
It require actually a third stage to workaround an issue in podman/buildah: https://github.com/containers/buildah/issues/4742
Configuring a gitlab-runner with podman:
- Follow this documentation: https://docs.gitlab.com/runner/executors/docker.html#use-podman-to-run-docker-commands
- Install the
crun
andqemu-user-static
packages