Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
lingrino committed Jun 3, 2018
1 parent 3cb9d90 commit 09ab1ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
builds:
- binary: vaku
goos:
- windows
- darwin
- linux
goarch:
- amd64

git:
short_hash: true
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ fmt:
test:
docker-compose up -d
go test -cover -v ./...

release:
goreleaser

0 comments on commit 09ab1ce

Please sign in to comment.