-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.goreleaser.yml
48 lines (43 loc) · 933 Bytes
/
.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
before:
hooks:
- go generate
- go mod download
builds:
- id: kangaroo
env:
- CGO_ENABLED=0
goos:
- linux
- freebsd
goarch:
- amd64
- arm64
- mips64
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
nfpms:
- id: kangaroo
package_name: kangaroo
file_name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
vendor: Hampton Moore
homepage: https://github.com/hamptonmoore/kangaroo
maintainer: Hampton Moore <[email protected]>
description: A simple to use SSH Jump bastion.
license: GNU GPL-3.0
section: utils
priority: extra
builds:
- kangaroo
formats:
- deb
- rpm
publishers:
- name: fury.io
ids:
- kangaroo
dir: "{{ dir .ArtifactPath }}"
cmd: curl -s -F package=@{{ .ArtifactName }} https://{{ .Env.FURY_TOKEN }}@push.fury.io/hamptonmoore/