Skip to content

Commit

Permalink
update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jan 9, 2019
1 parent 52dbe24 commit d0263c7
Showing 1 changed file with 13 additions and 35 deletions.
48 changes: 13 additions & 35 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,20 @@
# goreleaser release --skip-publish --snapshot
build:
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
builds:
- env:
- CGO_ENABLED=0
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
brew:
github:
owner: clivern
name: beaver
folder: Formula
homepage: https://github.com/clivern/beaver
description: A Real Time Messaging Server
dependencies:
- git
nfpm:
homepage: https://github.com/clivern/beaver
description: A Real Time Messaging Server
maintainer: A.F <hello@clivern.com>
vendor: Beaver
formats:
- deb
dependencies:
- git
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit d0263c7

Please sign in to comment.