Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 42f3fe9

Browse files
committed
format goreleaser yaml file
1 parent a40e444 commit 42f3fe9

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.goreleaser.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
builds:
2-
- env:
3-
- CGO_ENABLED=0
4-
goos:
5-
- linux
6-
- darwin
7-
- windows
2+
- env:
3+
- CGO_ENABLED=0
4+
goos:
5+
- linux
6+
- darwin
7+
- windows
88
archives:
9-
- replacements:
10-
darwin: Darwin
11-
linux: Linux
12-
windows: Windows
13-
386: i386
14-
amd64: x86_64
15-
format_overrides:
16-
- goos: windows
17-
format: zip
9+
- replacements:
10+
darwin: Darwin
11+
linux: Linux
12+
windows: Windows
13+
386: i386
14+
amd64: x86_64
15+
format_overrides:
16+
- goos: windows
17+
format: zip

0 commit comments

Comments
 (0)