Skip to content

Commit 790a7ee

Browse files
committed
ci: set CGO_ENABLED=0 for legacy glibc compat
1 parent 88f64c8 commit 790a7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
read -r goos goarch artifact_name <<< "$variant"
5151
5252
echo "Building for GOOS=$goos GOARCH=$goarch..."
53-
GOOS=$goos GOARCH=$goarch BINPATH="out/$artifact_name" make build
53+
CGO_ENABLED=0 GOOS=$goos GOARCH=$goarch BINPATH="out/$artifact_name" make build
5454
done
5555
5656
- name: Upload Build Artifact

0 commit comments

Comments
 (0)