Skip to content

Commit

Permalink
removes Arm target from krew descriptor for now
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Hausenblas <hausenbl@amazon.com>
  • Loading branch information
mhausenblas committed Jan 2, 2020
1 parent 80afa1b commit 75c12f4
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions deploy/krew/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,6 @@ spec:
- from: "./LICENSE"
to: "."
bin: "fleet"
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/mhausenblas/kcf/releases/download/v0.1.4/fleet_linux_arm64.tar.gz
sha256: "a041edf6caee7b20fa25c6a0a366620a5178484173aa01d8281bef608a82653a"
files:
- from: "./fleet"
to: "."
- from: "./LICENSE"
to: "."
bin: "fleet"
- selector:
matchLabels:
os: linux
arch: arm
uri: https://github.com/mhausenblas/kcf/releases/download/v0.1.4/fleet_linux_arm.tar.gz
sha256: "b77ddaeaf27435b1cf41e909d33dbe5574640572219e4aec5ccbc769c4f83d2b"
files:
- from: "./fleet"
to: "."
- from: "./LICENSE"
to: "."
bin: "fleet"
- selector:
matchLabels:
os: darwin
Expand Down

0 comments on commit 75c12f4

Please sign in to comment.