Skip to content

Commit

Permalink
ceph-build: Add bookworm to arm64 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnatar committed Jan 10, 2025
1 parent 7860d47 commit 27aee06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceph-build/config/definitions/ceph-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
execution-strategy:
combination-filter: |
DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
(ARCH == "x86_64" || (ARCH == "arm64" && ["bionic", "focal", "jammy", "centos9"].contains(DIST)))
(ARCH == "x86_64" || (ARCH == "arm64" && ["bionic", "focal", "jammy", "centos9", "bookworm"].contains(DIST)))
axes:
- axis:
type: label-expression
Expand Down

0 comments on commit 27aee06

Please sign in to comment.