nixos/k3s: run tests only for linux platform (#515335)

This commit is contained in:
rorosen
2026-05-06 07:28:01 +00:00
committed by GitHub
+5 -1
View File
@@ -815,8 +815,12 @@ in
jool = import ./jool.nix { inherit pkgs runTest; };
jotta-cli = runTest ./jotta-cli.nix;
k3s = import ./rancher {
inherit pkgs runTest;
inherit pkgs;
inherit (pkgs) lib;
runTest = runTestOn [
"aarch64-linux"
"x86_64-linux"
];
rancherDistro = "k3s";
};
kafka = handleTest ./kafka { };