Skip to content

Commit

Permalink
azure-pipelines.yml: add build for bookworm arm architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Andreea Andrisan <Andreea.Andrisan@analog.com>
  • Loading branch information
AAndrisa committed Apr 15, 2024
1 parent f562a61 commit 6de223a
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 @@ -403,6 +403,11 @@ stages:
arch: arm
build_script: ci-ubuntu.sh
artifactName: 'Ubuntu-arm32v7'
debian_bookworm:
image: tfcollins/libiio_debian_bookworm-ci-arm-ppc:latest
arch: arm
build_script: ci-ubuntu.sh
artifactName: 'Debian12-arm'
steps:
- script: |
set -e
Expand Down

0 comments on commit 6de223a

Please sign in to comment.