Skip to content

Commit 42f4ce2

Browse files
authored
Create .goreleaser.yml
1 parent 7cf54b9 commit 42f4ce2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.goreleaser.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# .goreleaser.yml
2+
builds:
3+
- goos:
4+
- darwin
5+
- linux
6+
- windows
7+
goarch:
8+
- amd64
9+
- arm64
10+
- arm
11+
goarm:
12+
- 6
13+
- 7

0 commit comments

Comments
 (0)