Skip to content

Commit 81fdabf

Browse files
committed
ci: build pure Go binaries with CGO_ENABLED=0
1 parent 1e9518a commit 81fdabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: 1.19
2121

2222
- name: Build binaries
23-
run: make
23+
run: CGO_ENABLED=0 make
2424

2525
- name: Run tests
2626
run: make unit

0 commit comments

Comments
 (0)