We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd89fd commit 5c1aed5Copy full SHA for 5c1aed5
.github/workflows/go.yml
@@ -25,5 +25,5 @@ jobs:
25
goos: ${{ matrix.goos }}
26
goarch: ${{ matrix.goarch }}
27
binary_name: "CFExporter"
28
- pre_command: "sed -i 's/${VERSION}/${{github.ref_name}}/g' main.go"
+ pre_command: "export CGO_ENABLED=0 && sed -i 's/${VERSION}/${{github.ref_name}}/g' main.go"
29
ldflags: "-extldflags=-static"
0 commit comments