Merge PR #66: Build prep

This commit is contained in:
Davide Beatrici 2020-04-16 05:20:01 +02:00 committed by GitHub
commit 6f8c2bf2f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 46 additions and 1 deletions

45
.goreleaser.yml Normal file
View file

@ -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:'

View file

@ -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.