remove the reset of the qemu multiarch stuff

This commit is contained in:
Micha Gläß-Stöcker 2021-08-10 09:05:29 +02:00
parent b152bcff7e
commit b29874d708

View file

@ -23,7 +23,6 @@ build:
then
wget https://github.com/aparcar/asu/archive/${LATEST_GITHUB}.tar.gz -O /tmp/asu.tar.gz
tar xf /tmp/asu.tar.gz --strip-components=1
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
docker buildx create --use --name A$CI_COMMIT_SHORT_SHA