diff --git a/bin/k8senv b/bin/k8senv index 13ae3d9..44cc013 100755 Binary files a/bin/k8senv and b/bin/k8senv differ diff --git a/build.sh b/build.sh index 08bff50..f6fcd9a 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -go build -o bin/k8senv *.go \ No newline at end of file +CGO_ENABLED=0 go build -o bin/k8senv *.go \ No newline at end of file