Skip to content

Commit

Permalink
[Build] Update to build bookworm debian package
Browse files Browse the repository at this point in the history
  • Loading branch information
yaqiangz committed Dec 23, 2024
1 parent 011066a commit 632949a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
${{ else }}:
artifact: common-lib.${{ parameters.arch }}
patterns: |
target/debs/bullseye/libyang-*.deb
target/debs/bullseye/libyang_*.deb
target/debs/bookworm/libyang-*.deb
target/debs/bookworm/libyang_*.deb
displayName: "Download libyang from common lib"
- script: |
set -ex
Expand All @@ -87,9 +87,9 @@ jobs:
project: build
pipeline: 9
${{ if eq(parameters.arch, 'amd64') }}:
artifact: sonic-swss-common
artifact: sonic-swss-common-bookworm
${{ else }}:
artifact: sonic-swss-common.${{ parameters.arch }}
artifact: sonic-swss-common-bookworm.${{ parameters.arch }}
runVersion: 'latestFromBranch'
runBranch: 'refs/heads/master'
path: '$(Build.SourcesDirectory)/sonic-swss-common'
Expand Down

0 comments on commit 632949a

Please sign in to comment.