From efc7cb3a6eddf5da4dd331c7c22082bc78d27bc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Mon, 14 Sep 2020 15:21:50 +0200 Subject: [PATCH] use debian stretch images (#106656) --- build/azure-pipelines/product-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index 3e091e69149ec..7d4246f4b3f3d 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -14,10 +14,10 @@ resources: image: vscodehub.azurecr.io/vscode-linux-build-agent:x64 endpoint: VSCodeHub - container: vscode-arm64 - image: vscodehub.azurecr.io/vscode-linux-build-agent:buster-arm64 + image: vscodehub.azurecr.io/vscode-linux-build-agent:stretch-arm64 endpoint: VSCodeHub - container: vscode-armhf - image: vscodehub.azurecr.io/vscode-linux-build-agent:buster-armhf + image: vscodehub.azurecr.io/vscode-linux-build-agent:stretch-armhf endpoint: VSCodeHub - container: snapcraft image: snapcore/snapcraft:stable