Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -989,6 +989,13 @@ jobs:
arch: ${{ arch.value }}
pool: ${{ arch.pool }}

Resolute ${{ arch.name }}:
# 26.04
deb_system: ubuntu
distro: resolute
arch: ${{ arch.value }}
pool: ${{ arch.pool }}
Comment thread
thomas-temby marked this conversation as resolved.

# https://wiki.debian.org/DebianReleases
Bullseye ${{ arch.name }}:
# 11
Expand Down Expand Up @@ -1039,6 +1046,11 @@ jobs:
strategy:
matrix:
${{ each arch in parameters.architectures }}:
Resolute ${{ arch.name }}:
deb_system: ubuntu
distro: resolute
arch: ${{ arch.value }}
pool: ${{ arch.pool }}
Jammy ${{ arch.name }}:
deb_system: ubuntu
distro: jammy
Expand Down
Loading