Skip to content

Commit 3985130

Browse files
committed
test release with cgo uchardet
1 parent 3a10b0b commit 3985130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ builds:
1818
goarch:
1919
- amd64
2020
- arm64
21-
buildmode: c-shared
2221
main: ./main.go
2322
flags:
2423
- -tags=uchardet
24+
ignore:
25+
- goos: windows
26+
goarch: arm64
2527

2628
archives:
2729
- format: zip

0 commit comments

Comments
 (0)