Skip to content

Commit 3e8b90b

Browse files
authored
ci: Build with CGO_ENABLED=0 (#17)
1 parent 2c19194 commit 3e8b90b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
env:
3434
GOOS: "${{ matrix.os }}"
3535
GOARCH: "${{ matrix.arch }}"
36+
CGO_ENABLED: "0"
3637
run: go build -ldflags="-s -w" -o ${{ matrix.filename }}
3738
- name: Upload binaries to release
3839
uses: svenstaro/upload-release-action@v2

0 commit comments

Comments
 (0)