Skip to content

Commit

Permalink
Fixing yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phayes committed Oct 2, 2017
1 parent d417362 commit b8543db
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ release:
name: freeport

builds:
- goos:
- linux
- darwin
goarch:
- amd64
- "386"
goarm:
- "6"
main: ./cmd/freeport
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}
binary: freeport
- binary: freeport
goos:
- linux
- darwin
goarch:
- amd64
- "386"
goarm:
- "6"
main: ./cmd/freeport
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}}

archive:
format: tar.gz
Expand Down

0 comments on commit b8543db

Please sign in to comment.