From 3d897c55e2bebf31ee3156109db1d63639723894 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 8 Feb 2020 20:50:07 +0100 Subject: [PATCH] v2.7.0 rocks. --- azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index ab08913e8..e3c426472 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -41,7 +41,7 @@ steps: - bash: | sudo wget -O /usr/local/bin/buildx https://github.com/docker/buildx/releases/download/v0.3.1/buildx-v0.3.1.linux-amd64 sudo chmod a+x /usr/local/bin/buildx - docker run --rm --privileged hypriot/qemu-register:v2.8.0 + docker run --rm --privileged hypriot/qemu-register:v2.7.0 buildx create --use buildx ls displayName: 'Docker setup'