We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f415245 commit 03949a4Copy full SHA for 03949a4
.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