Skip to content

Commit 95add2d

Browse files
committed
fix goreleaser
1 parent fcc29c1 commit 95add2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.goreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ builds:
2020
ignore: # problems with build
2121
- goos: windows
2222
goarch: arm64
23-
archives:
23+
# archives:
2424
# - replacements:
2525
# darwin: Darwin
2626
# linux: Linux
2727
# windows: Windows
2828
# 386: 32-bit
2929
# amd64: x86_64
30-
format_overrides:
31-
- goos: windows
32-
format: zip
30+
# format_overrides:
31+
# - goos: windows
32+
# format: zip
3333
checksum:
3434
name_template: 'checksums.txt'
3535
snapshot:

0 commit comments

Comments
 (0)