Skip to content

Commit

Permalink
fix #6: Build with CGO disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
navilg committed Mar 30, 2023
1 parent bbd771e commit 3fb4cb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified bin/k8senv
Binary file not shown.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

go build -o bin/k8senv *.go
CGO_ENABLED=0 go build -o bin/k8senv *.go

0 comments on commit 3fb4cb6

Please sign in to comment.