Skip to content

Commit

Permalink
📝 Add goreleaser config file
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jan 8, 2021
1 parent 820501b commit d78eb02
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
builds:
- binary: ssb
main: main.go
goos:
- linux
- windows
- darwin
goarch:
- amd64
- 386
- arm
- arm64

archives:
- id: tgz
format: tar.gz
replacements:
darwin: macOS
format_overrides:
- goos: windows
format: zip

0 comments on commit d78eb02

Please sign in to comment.