We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7860d47 commit 27aee06Copy full SHA for 27aee06
ceph-build/config/definitions/ceph-build.yml
@@ -12,7 +12,7 @@
12
execution-strategy:
13
combination-filter: |
14
DIST == AVAILABLE_DIST && ARCH == AVAILABLE_ARCH &&
15
- (ARCH == "x86_64" || (ARCH == "arm64" && ["bionic", "focal", "jammy", "centos9"].contains(DIST)))
+ (ARCH == "x86_64" || (ARCH == "arm64" && ["bionic", "focal", "jammy", "centos9", "bookworm"].contains(DIST)))
16
axes:
17
- axis:
18
type: label-expression
0 commit comments