Skip to content

Commit

Permalink
Reordering Krew file generation (#410)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe authored Nov 14, 2022
1 parent 6b6e6b9 commit 722e313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate_krew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ 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 linux arm64 ./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 722e313

Please sign in to comment.