From 5ed85adecbd7841edf927a532b932d62f54bc972 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 8 Jul 2021 16:29:56 -0400 Subject: [PATCH] ceph-build: arm64 focal builds too https://lists.ceph.io/hyperkitty/list/ceph-users@ceph.io/message/GAIDYRWBOXC5FQD4H4UHUHZ6NLNSEKRC/ Signed-off-by: David Galloway --- 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 fa3e8eb40..81f685d12 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" && ["xenial", "bionic", "centos7", "centos8"].contains(DIST))) + (ARCH == "x86_64" || (ARCH == "arm64" && ["xenial", "bionic", "focal", "centos7", "centos8"].contains(DIST))) axes: - axis: type: label-expression -- 2.47.3