Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ceph-build: Add bookworm to arm64 releases
Browse files Browse the repository at this point in the history
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
@@ -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

0 comments on commit 27aee06

Please sign in to comment.