forked from External/grumble
Merge PR #66: Build prep
This commit is contained in:
commit
6f8c2bf2f5
2 changed files with 46 additions and 1 deletions
45
.goreleaser.yml
Normal file
45
.goreleaser.yml
Normal 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:'
|
||||
2
LICENSE
2
LICENSE
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue