From d10a894ce0464230a93fcadf7f697f4720d8a162 Mon Sep 17 00:00:00 2001 From: Dan Mick Date: Fri, 22 Apr 2016 22:07:43 -0700 Subject: [PATCH] Allow ceph-build to run on arm64/centos7 as well Signed-off-by: Dan Mick --- 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 73e4fe7b..7c0e7c6c 100644 --- a/ceph-build/config/definitions/ceph-build.yml +++ b/ceph-build/config/definitions/ceph-build.yml @@ -9,7 +9,7 @@ - github: url: https://github.com/ceph/ceph execution-strategy: - combination-filter: ARCH=="x86_64" || (ARCH == "arm64" && DIST == "xenial") + combination-filter: ARCH=="x86_64" || (ARCH == "arm64" && (DIST == "xenial" || DIST == "centos7")) axes: - axis: type: label-expression -- 2.47.3