Skip to content

Commit

Permalink
⚡ Add Go releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jul 15, 2020
1 parent 24be85b commit 8be4bce
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .goreleaser.yml
@@ -0,0 +1,21 @@
builds:
- binary: go-dork
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 8be4bce

Please sign in to comment.