We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ad9f39 + 03949a4 commit c765c71Copy full SHA for c765c71
.github/workflows/go.yml
@@ -39,4 +39,6 @@ jobs:
39
uses: actions/checkout@v2
40
41
- name: Build
42
+ env:
43
+ CGO_ENABLED: '0'
44
run: go build -v ./cmd/gh
.goreleaser.yml
@@ -25,6 +25,8 @@ builds:
25
id: linux
26
goos: [linux]
27
goarch: [386, amd64, arm64]
28
29
+ - CGO_ENABLED=0
30
31
- <<: *build_defaults
32
id: windows
0 commit comments