Skip to content

Commit

Permalink
[Packaging] Add Debian Bookworm support (Azure#26690)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored Jun 21, 2023
1 parent 850e129 commit c7e1437
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit c7e1437

Please sign in to comment.