Skip to content

Commit 813ac0d

Browse files
committed
Remove sub-array in gorelease config
1 parent 8a39a13 commit 813ac0d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.goreleaser.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
builds:
22
-
3-
- goos:
3+
goos:
44
- linux
5-
- ldflags:
6-
- -s -w -X main.version={{.Version}}
5+
goarch:
6+
- 386
7+
- amd64
8+
ldflags:
9+
- -s -w -X main.version={{.Version}}

0 commit comments

Comments
 (0)