kubernetes: build only on x86_64-linux
This commit is contained in:
parent
2d90412378
commit
eb2f9f029a
@ -32,6 +32,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
homepage = https://github.com/GoogleCloudPlatform;
|
homepage = https://github.com/GoogleCloudPlatform;
|
||||||
maintainers = with maintainers; [offline];
|
maintainers = with maintainers; [offline];
|
||||||
platforms = with platforms; linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user