Skip to content

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesCullum committed Oct 8, 2020
1 parent 5a5a23b commit 485159a
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
archives:
-
format_overrides:
- goos: windows
format: zip
files:
- README.md
- LICENSE
- CHANGELOG
- phishlets/*

builds:
-
goos:
- windows
- linux
- darwin
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
- goos: windows
goarch: arm
- goos: windows
goarch: arm64

0 comments on commit 485159a

Please sign in to comment.