Skip to content

Commit eb15891

Browse files
committed
update
1 parent c2f3d6f commit eb15891

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed
16 KB
Binary file not shown.

k8s-webshell/bin/k8s-webshell-mac

59.1 KB
Binary file not shown.

k8s-webshell/bin/k8s-webshell.exe

45.5 KB
Binary file not shown.

k8s-webshell/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
22
GOOS=linux go build -o bin/k8s-webshell-linux
33
GOOS=darwin go build -o bin/k8s-webshell-mac
4-
GOOS=windows go build -o bin/k8s-webshell.exe
5-
sed -i "" "s/^.*kubeconfig.*$/kubeconfig = your kubeconfig/g" conf/app.conf
4+
GOOS=windows go build -o bin/k8s-webshell.exe

0 commit comments

Comments
 (0)