Skip to content

Commit

Permalink
Initial goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
mjs committed Dec 28, 2017
1 parent 56a01df commit 7bbfede
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
project_name: thermal-recorder
release:
github:
owner: TheCacophonyProject
name: thermal-recorder
name_template: '{{.Tag}}'
builds:
- goos:
- linux
goarch:
- arm
goarm:
- "7"
main: .
ldflags: -s -w -X main.version={{.Version}}
binary: thermal-recorder
archive:
name_template: '{{ .ProjectName }}_{{ .Version }}'
format: tar.gz
files:
- thermal-recorder.service
- thermal-recorder-TEMPLATE.yaml
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
dist: dist

0 comments on commit 7bbfede

Please sign in to comment.