Skip to content

Commit a9289d5

Browse files
committed
fix: Add archives to .goreleaser.yml
1 parent da8fb1f commit a9289d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ builds:
66
ignore:
77
- goos: darwin
88
goarch: 386
9+
archives:
10+
- id: tar.gz
11+
format: tar.gz
12+
- id: binary
13+
format: binary

0 commit comments

Comments
 (0)