-
Notifications
You must be signed in to change notification settings - Fork 128
/
.goreleaser.yml
47 lines (47 loc) · 1 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
universal_binaries:
- replace: true
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
- freebsd
goarch:
- amd64
- arm64
ignore:
- goos: freebsd
goarch: arm64
- goos: windows
goarch: arm64
flags:
- -trimpath
ldflags:
- -s -w -X github.com/kong/deck/cmd.VERSION={{ .Tag }} -X github.com/kong/deck/cmd.COMMIT={{ .ShortCommit }}
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
nfpms:
- file_name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Arch }}'
homepage: https://github.com/kong/deck
description: Declarative configuration for Kong
maintainer: Harry Bagdi <[email protected]>
license: Apache License v2.0
formats:
- deb
- rpm
brews:
- tap:
owner: kong
name: homebrew-deck
commit_author:
name: Harry Bagdi
email: [email protected]
homepage: "https://github.com/kong/deck"
description: Declarative configuration for Kong
skip_upload: true
test: |
system "#{bin}/deck", "version"