Skip to content

Commit

Permalink
build: Fix goreleaser build; Add dist to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGimbel committed Jan 23, 2018
1 parent a7b1654 commit 4304ae8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
test_files/*
test_files/*
dist/
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
builds:
main: ./cmd/cmd.go
- binary: srvc
ldflags: "-X cmd.version={{.Version}} -X cmd.buildDate={{.Date}} -X cmd.commit={{.Commit}}"
goos:
Expand Down

0 comments on commit 4304ae8

Please sign in to comment.