Skip to content

Commit 8304f88

Browse files
committed
hack: add kubectl to release tars and zip
1 parent 36137de commit 8304f88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/lib/constants.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,19 @@ readonly OC_BINARY_COPY=(
7676
)
7777
readonly OS_BINARY_RELEASE_CLIENT_WINDOWS=(
7878
oc.exe
79+
kubectl.exe
7980
README.md
8081
./LICENSE
8182
)
8283
readonly OS_BINARY_RELEASE_CLIENT_MAC=(
8384
oc
85+
kubectl
8486
README.md
8587
./LICENSE
8688
)
8789
readonly OS_BINARY_RELEASE_CLIENT_LINUX=(
8890
./oc
91+
./kubectl
8992
./README.md
9093
./LICENSE
9194
)

0 commit comments

Comments
 (0)