From 27aee063be6e921953e39d50bc9ddc00030f6432 Mon Sep 17 00:00:00 2001 From: Jinna Kiisuo Date: Sun, 15 Dec 2024 19:16:24 +0200 Subject: [PATCH] ceph-build: Add bookworm to arm64 releases --- ceph-build/config/definitions/ceph-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-build/config/definitions/ceph-build.yml b/ceph-build/config/definitions/ceph-build.yml index a101450ee..cb3d0ca0d 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -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