From 29107ada99312b578ce7ab43a2d73e5a1da6a257 Mon Sep 17 00:00:00 2001 From: Andreea Andrisan Date: Mon, 22 Jan 2024 12:11:55 +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 c781b924a..0fbb89d27 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,6 +52,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'