Skip to content

Commit 699457d

Browse files
author
Achille Roussel
committed
disable CGO on all builds
1 parent 9e768d4 commit 699457d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Build Artifacts
5454
run: |
5555
out=kubectl-curl_${{ steps.version.outputs.tag }}_${{ env.GOOS }}_${{ env.GOARCH }}
56-
go build -o $out
56+
CGO_ENABLED=0 go build -o $out
5757
tar czf $out.tar.gz $out LICENSE
5858
5959
- name: Upload Artifacts

0 commit comments

Comments
 (0)