Skip to content

Commit

Permalink
goreleaser: fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Witold Konior committed Jul 21, 2019
1 parent 8d0eac2 commit 6e19194
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ builds:
- { goos: linux, goarch: arm, goarm: 7 }

- id: mbcli
binary: mbcli
main: ./mbcli/main.go
goos: [freebsd, windows, linux, darwin]
goarch: [amd64, arm, arm64]
goarm: [6, 7]
ignore:
- { goos: darwin, goarch: 386 }
- { goos: linux, goarch: arm, goarm: 7 }
binary: mbcli
main: ./mbcli/main.go
goos: [freebsd, windows, linux, darwin]
goarch: [amd64, arm, arm64]
goarm: [6, 7]
ignore:
- { goos: darwin, goarch: 386 }
- { goos: linux, goarch: arm, goarm: 7 }

archives:
- id: servers
Expand Down

0 comments on commit 6e19194

Please sign in to comment.