Skip to content

Commit 485159a

Browse files
committed
Add goreleaser
1 parent 5a5a23b commit 485159a

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

goreleaser.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
archives:
2+
-
3+
format_overrides:
4+
- goos: windows
5+
format: zip
6+
files:
7+
- README.md
8+
- LICENSE
9+
- CHANGELOG
10+
- phishlets/*
11+
12+
builds:
13+
-
14+
goos:
15+
- windows
16+
- linux
17+
- darwin
18+
goarch:
19+
- 386
20+
- amd64
21+
- arm
22+
- arm64
23+
ignore:
24+
- goos: darwin
25+
goarch: 386
26+
- goos: darwin
27+
goarch: arm
28+
- goos: windows
29+
goarch: arm
30+
- goos: windows
31+
goarch: arm64

0 commit comments

Comments
 (0)