Skip to content

Commit

Permalink
Add support for linux arm64 for krew-index (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: imusmanmalik <usmanmalik@engineer.com>
  • Loading branch information
imusmanmalik committed Oct 25, 2022
1 parent b692349 commit dd99d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hack/generate_krew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ spec:
EOF

generate_platform linux amd64 ./kubectl-kuttl >> kuttl.yaml
generate_platform linux arm64 ./kubectl-kuttl >> kuttl.yaml
generate_platform linux 386 ./kubectl-kuttl >> kuttl.yaml
generate_platform darwin amd64 ./kubectl-kuttl >> kuttl.yaml
generate_platform darwin arm64 ./kubectl-kuttl >> kuttl.yaml
Expand Down

0 comments on commit dd99d46

Please sign in to comment.