Merge pull request #108396 from nagy/ceph-aarch64

ceph: enable aarch64-linux platform
This commit is contained in:
Daniël de Kok 2021-01-07 19:54:51 +01:00 committed by GitHub
commit 7b72e86481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -81,7 +81,7 @@ let
inherit description;
license = with licenses; [ lgpl21 gpl2 bsd3 mit publicDomain ];
maintainers = with maintainers; [ adev ak johanot krav ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
ceph-common = python3Packages.buildPythonPackage rec{