about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/arkade
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-14 05:16:37 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-02-14 06:10:55 +1000
commit4f2e712cde7adee025369d7bb81da653837ced79 (patch)
tree5aa9a435c6766826f5a72825f26cdab9013a2d75 /pkgs/applications/networking/cluster/arkade
parent7436b064a1c3d7eba773fe1f28c59f580373d58a (diff)
arkade: remove unnecessary platforms
Diffstat (limited to 'pkgs/applications/networking/cluster/arkade')
-rw-r--r--pkgs/applications/networking/cluster/arkade/default.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/pkgs/applications/networking/cluster/arkade/default.nix b/pkgs/applications/networking/cluster/arkade/default.nix
index e7550ae837b21..f0b240af855ec 100644
--- a/pkgs/applications/networking/cluster/arkade/default.nix
+++ b/pkgs/applications/networking/cluster/arkade/default.nix
@@ -52,13 +52,5 @@ buildGoModule rec {
     description = "Open Source Kubernetes Marketplace";
     license = licenses.mit;
     maintainers = with maintainers; [ welteki ];
-    platforms = [
-      "x86_64-linux"
-      "x86_64-darwin"
-      "aarch64-linux"
-      "aarch64-darwin"
-      "armv7l-linux"
-      "armv6l-linux"
-    ];
   };
 }