Skip to content

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
cube2222 committed Feb 18, 2020
1 parent 322a667 commit 7b40b3f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ before:
# you may remove this if you don't use vgo
- go mod tidy
builds:
- env:
- CGO_ENABLED=0
- binary: jql
id: jql
goos:
- linux
- darwin
- windows
goarch:
- amd64
env:
- CGO_ENABLED=0
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 7b40b3f

Please sign in to comment.