-
Notifications
You must be signed in to change notification settings - Fork 2
/
.goreleaser.yml
69 lines (64 loc) · 1.39 KB
/
.goreleaser.yml
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- freebsd
- windows
goarch:
- amd64
- arm
- arm64
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: arm
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
brews:
- name: oui
homepage: https://github.com/thatmattlove/oui
description: MAC Address CLI Toolkit
license: BSD-3-Clause-Clear
commit_author:
name: Matt Love
email: matt@stunninglyclear.com
repository:
owner: thatmattlove
name: homebrew-oui
token: '{{ .Env.TAP_GITHUB_TOKEN }}'
nfpms:
- id: linux_packages
homepage: https://github.com/thatmattlove/oui
maintainer: Matt Love <matt@stunninglyclear.com>
description: MAC Address CLI Toolkit
license: BSD-3-Clause-Clear
formats:
- deb
- rpm
overrides:
deb:
scripts:
postinstall: 'scripts/postinstall-debian.sh'
rpm:
scripts:
postinstall: 'scripts/postinstall-rhel.sh'
publishers:
- name: fury.io
ids:
- linux_packages
dir: '{{ dir .ArtifactPath }}'
cmd: curl -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/thatmattlove/