From 40b7de1873a7aebec12027ad4706a3d2d2c43676 Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Sat, 9 May 2020 13:30:17 +0100 Subject: [PATCH] Add: Ubuntu focal amd64 image --- azure-pipelines-linux.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines-linux.yml b/azure-pipelines-linux.yml index 6729d5c..bbf9eb4 100644 --- a/azure-pipelines-linux.yml +++ b/azure-pipelines-linux.yml @@ -51,6 +51,11 @@ jobs: Distro: ubuntu Release: bionic Tag: linux-ubuntu-bionic-amd64 + # Focal does not have i386 architecture + linux-ubuntu-focal-amd64: + Distro: ubuntu + Release: focal + Tag: linux-ubuntu-focal-amd64 steps: - checkout: self @@ -186,6 +191,12 @@ jobs: Release: bionic Arch: amd64 Tag: linux-ubuntu-bionic-amd64-gcc + # Focal does not have i386 architecture + linux-ubuntu-focal-amd64-gcc: + Distro: ubuntu + Release: focal + Arch: amd64 + Tag: linux-ubuntu-focal-amd64-gcc steps: - checkout: self