Skip to content

Commit 11e3762

Browse files
committed
add cgo
1 parent 8848e70 commit 11e3762

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
builds:
3-
- goarch:
3+
- env:
4+
- CGO_ENABLED=1
5+
goarch:
46
- amd64
57
# supporting arm is possible if we get CGO support
68
# working in the github action/goreleaser pipeline.

0 commit comments

Comments
 (0)