From b0b8949ee8a1a2a2a12672b24d46e07556c341c7 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Tue, 23 Jan 2024 14:25:16 +0200 Subject: [PATCH] azure-pipeline.yml: add debian bookworm build Signed-off-by: Andreea Andrisan --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ab08bf57..839e972fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,6 +56,9 @@ stages: debian_bullseye: image: 'tfcollins/libiio_debian_bullseye-ci:latest' artifactName: 'Linux-Debian-11' + debian_bookworm: + image: 'tfcollins/libiio_debian_bookworm-ci:latest' + artifactName: 'Linux-Debian-12' opensuse_15_4: image: 'tfcollins/libiio_opensuse_15_4-ci:latest' artifactName: 'Linux-openSUSE-15.4'