Skip to content

Commit 27aee06

Browse files
committed
ceph-build: Add bookworm to arm64 releases
1 parent 7860d47 commit 27aee06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ceph-build/config/definitions/ceph-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
execution-strategy:
1313
combination-filter: |
1414
DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
15-
(ARCH == "x86_64" || (ARCH == "arm64" && ["bionic", "focal", "jammy", "centos9"].contains(DIST)))
15+
(ARCH == "x86_64" || (ARCH == "arm64" && ["bionic", "focal", "jammy", "centos9", "bookworm"].contains(DIST)))
1616
axes:
1717
- axis:
1818
type: label-expression

0 commit comments

Comments
 (0)