From 34715d5f453457f63365aa5facc966ab42df03ac Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 11 Oct 2022 21:24:48 +0200 Subject: [PATCH] Remove qemu before installing it Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c7ca7a98f..3b9079272 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -210,6 +210,7 @@ pages: - docker buildx create --use tls-environment # Install qemu/binfmt - docker pull tonistiigi/binfmt:latest + - docker run --privileged --rm tonistiigi/binfmt --uninstall qemu-* - docker run --rm --privileged tonistiigi/binfmt:latest --install all # Login to DockerHub - mkdir -p ~/.docker