Skip to content

Commit

Permalink
Goreleaser changes, added dist to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 12, 2019
1 parent eb7f5a6 commit 02139dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
*.out

.vscode/
dist/
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
project_name: odm
builds:
-
main: ./cmd/odm/main.go
- env:
- CGO_ENABLED=0
main: ./cmd/main.go
env:
- CGO_ENABLED=0
archive:
format_overrides:
- goos: windows
Expand Down

0 comments on commit 02139dd

Please sign in to comment.