forked from mirrors/nixpkgs
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;
|
||||
homepage = https://github.com/GoogleCloudPlatform;
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = with platforms; linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue