From e503f12810b001342c10391b8d4a302928a21ac1 Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Fri, 16 Jun 2023 11:06:05 +0800 Subject: [PATCH] Init --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0df1e528ecf..60d6c362f84 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -882,6 +882,12 @@ jobs: distro: bullseye arch: ${{ arch.value }} pool: ${{ arch.pool }} + Bookworm ${{ arch.name }}: + # 12 + deb_system: debian + distro: bookworm + arch: ${{ arch.value }} + pool: ${{ arch.pool }} steps: - bash: ./scripts/ci/install_docker.sh displayName: Install Docker @@ -933,6 +939,11 @@ jobs: distro: bullseye arch: ${{ arch.value }} pool: ${{ arch.pool }} + Bookworm ${{ arch.name }}: + deb_system: debian + distro: bookworm + arch: ${{ arch.value }} + pool: ${{ arch.pool }} pool: name: $(pool) steps: