diff --git a/.github/workflows/build-and-upload-binaries.yml b/.github/workflows/build-and-upload-binaries.yml index 6212a20..c8cf1c2 100644 --- a/.github/workflows/build-and-upload-binaries.yml +++ b/.github/workflows/build-and-upload-binaries.yml @@ -52,6 +52,7 @@ jobs: # Set environment variables export GOOS export GOARCH + export CGO_ENABLED=1 # Build the binary with the required format and ldflags for version, name, arch, and goos FILENAME="${REPO_NAME}-${VERSION}-${GOOS}-${GOARCH}"