Skip to content

Commit 4e24ac3

Browse files
author
pry0cc
committed
updated goreleaser
1 parent f485642 commit 4e24ac3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.goreleaser.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
before:
2+
hooks:
3+
- go mod tidy
4+
5+
builds:
6+
7+
- main: .
8+
binary: tew
9+
id: tew
10+
11+
goos: [windows,linux,darwin]
12+
goarch: [amd64,arm,arm64]
13+
ignore:
14+
- goos: windows
15+
goarch: arm

0 commit comments

Comments
 (0)