Skip to content

Commit

Permalink
[Packaging] Add Ubuntu 24.04 Noble Numbat support (Azure#28888)
Browse files Browse the repository at this point in the history
  • Loading branch information
bebound authored May 13, 2024
1 parent 9410cf1 commit 833da42
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,13 @@ jobs:
arch: ${{ arch.value }}
pool: ${{ arch.pool }}

Noble ${{ arch.name }}:
# 24.04
deb_system: ubuntu
distro: noble
arch: ${{ arch.value }}
pool: ${{ arch.pool }}

# https://wiki.debian.org/DebianReleases
Buster ${{ arch.name }}:
# 10
Expand Down Expand Up @@ -1031,6 +1038,11 @@ jobs:
distro: jammy
arch: ${{ arch.value }}
pool: ${{ arch.pool }}
Noble ${{ arch.name }}:
deb_system: ubuntu
distro: noble
arch: ${{ arch.value }}
pool: ${{ arch.pool }}
Buster ${{ arch.name }}:
deb_system: debian
distro: buster
Expand Down
3 changes: 3 additions & 0 deletions scripts/release/debian/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ export DH_OPTIONS=-v
%:
${TAB}dh \$@ --sourcedirectory $source_dir
override_dh_clean:
${TAB}dh_clean --exclude=__pycache__
override_dh_install:
${TAB}mkdir -p debian/azure-cli/opt/az
${TAB}cp -a python_env/* debian/azure-cli/opt/az
Expand Down

0 comments on commit 833da42

Please sign in to comment.