Skip to content

Commit

Permalink
fix yml format
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Aug 8, 2018
1 parent ffac0e6 commit b3fbe84
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# This is an example goreleaser.yaml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
builds:
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- freebsd
- windows
- darwin
- linux
goarch:
- amd64
- arm
- arm64
-
env:
- CGO_ENABLED=0
main: ./main.go
goos:
- freebsd
- windows
- darwin
- linux
goarch:
- amd64
- arm
- arm64
archive:
replacements:
darwin: Darwin
Expand Down

0 comments on commit b3fbe84

Please sign in to comment.