-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.goreleaser.yml
More file actions
51 lines (44 loc) · 953 Bytes
/
Copy path.goreleaser.yml
File metadata and controls
51 lines (44 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
before:
hooks:
- go mod download
release:
prerelease: auto
builds:
- env:
- CGO_ENABLED=0
main: main.go
goos:
- linux
goarch:
- arm
goarm:
- 7
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- '^ci:'
archives:
- name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
nfpms:
- id: default
file_name_template: '{{ .PackageName }}_{{ .Os }}_{{ .Arch }}{{ with .Arm }}v{{ . }}{{ end }}{{ with .Mips }}_{{ . }}{{ end }}{{ if not (eq .Amd64 "v1") }}{{ .Amd64 }}{{ end }}'
vendor: Sergei Kasatkin
maintainer: Sergei Kasatkin
homepage: https://github.com/kstkn/woody
license: MIT License
formats:
- deb
conflicts:
- woody
bindir: /usr/bin
contents:
- src: ./woody.service
dst: /etc/systemd/system/woody.service
type: config