Skip to content

Commit

Permalink
gitignore & goreleser fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Jan 16, 2020
1 parent de03e1b commit 8c19df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
apa*
out.json
go-dist
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dist: go-dist
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/main.go
main: ./cmd/cassowary
binary: cassowary
goos:
- linux
Expand Down

0 comments on commit 8c19df4

Please sign in to comment.