kargo: expand platforms to all
This commit is contained in:
parent
8e86eec6de
commit
4eda69a8ec
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ buildPythonApplication rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/kubespray/kargo-cli";
|
homepage = "https://github.com/kubespray/kargo-cli";
|
||||||
description = "A tool helps to deploy a kubernetes cluster with Ansible";
|
description = "A tool helps to deploy a kubernetes cluster with Ansible";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.all;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue