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