Skip to content

Commit

Permalink
Merge PR mumble-voip#66: Build prep
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebeatrici committed Apr 16, 2020
2 parents cf38851 + 415081e commit 6f8c2bf
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
project_name: grumble
dist: build/
env:
- GO111MODULE=on
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/grumble/
binary: grumble
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: arm
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
archives:
- files:
- LICENSE
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Grumble - an implementation of Murmur in Go

Copyright (c) 2010-2011 The Grumble Authors
Copyright (c) 2010-2020 The Grumble Authors

All rights reserved.

Expand Down

0 comments on commit 6f8c2bf

Please sign in to comment.