Skip to content

Commit

Permalink
azure-pipelines.yml: add Debian12-arm build
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea Andrisan <[email protected]>
  • Loading branch information
AAndrisa committed Jun 27, 2024
1 parent 5223788 commit 9f9af00
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ jobs:
arch: aarch64
build_script: ci-ubuntu.sh
artifactName: 'Ubuntu-arm64v8'
debian_bookworm_arm:
image: tfcollins/libiio_debian_bookworm-ci-arm-ppc:latest
arch: arm
build_script: ci-ubuntu.sh
artifactName: 'Debian12-arm'
steps:
- checkout: self
fetchDepth: 1
Expand Down

0 comments on commit 9f9af00

Please sign in to comment.