Skip to content

Commit

Permalink
Make CGO Enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Masudur Rahman <[email protected]>
  • Loading branch information
masudur-rahman committed Feb 25, 2024
1 parent 5ca8cf5 commit eb0a32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ -z "${VERSION:-}" ]; then
exit 1
fi

export CGO_ENABLED=0
export CGO_ENABLED=1
export GOARCH="${ARCH}"
export GOOS="${OS}"
export GO111MODULE=on
Expand Down

0 comments on commit eb0a32f

Please sign in to comment.