kwok: use platforms.unix
To enable darwin builds Signed-off-by: Anthony Rabbito <arabbito@coreweave.com>
This commit is contained in:
parent
ee34d66a29
commit
3161a929df
@ -23,7 +23,7 @@ buildGoModule rec {
|
|||||||
description = "Simulate massive Kubernetes clusters with low resource usage locally without kubelet";
|
description = "Simulate massive Kubernetes clusters with low resource usage locally without kubelet";
|
||||||
homepage = "https://kwok.sigs.k8s.io";
|
homepage = "https://kwok.sigs.k8s.io";
|
||||||
changelog = "https://github.com/kubernetes-sigs/kwok/releases/tag/v${version}";
|
changelog = "https://github.com/kubernetes-sigs/kwok/releases/tag/v${version}";
|
||||||
platforms = lib.platforms.linux;
|
platforms = lib.platforms.unix;
|
||||||
maintainers = with lib.maintainers; [ bot-wxt1221 ];
|
maintainers = with lib.maintainers; [ bot-wxt1221 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user