Skip to content

Commit 963b9ee

Browse files
committed
fix: enable cgo for android release
1 parent b91cf33 commit 963b9ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ before:
66

77
builds:
88
- env:
9-
- CGO_ENABLED=0
9+
- CGO_ENABLED=1
1010
goos:
1111
- linux
1212
- windows

0 commit comments

Comments
 (0)