Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dewey committed Jul 12, 2019
1 parent 6fde8b0 commit 17c6a54
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
builds:
- main: ./cmd/api/main.go
- env:
- CGO_ENABLED=0
-
id: "feedbridge"

main: ./cmd/api/main.go
env:
- CGO_ENABLED=0
- GO111MODULE=on
archive:
replacements:
darwin: Darwin
Expand Down

0 comments on commit 17c6a54

Please sign in to comment.