-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
38 lines (38 loc) · 1.01 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
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
- freebsd
goarch:
- amd64
asmflags:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
- -s -w -X github.com/ninjaneers-team/uropa/cmd.VERSION={{ .Tag }} -X github.com/ninjaneers-team/uropa/cmd.COMMIT={{ .ShortCommit }}
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
nfpms:
- name_template: '{{ .ProjectName }}_{{ .Tag }}_{{ .Arch }}'
homepage: https://github.com/ninjaneers-team/uropa
description: Declarative configuration for Opa
maintainer: Ninjaneers GmbH <[email protected]>
license: Apache License v2.0
formats:
- deb
- rpm
brews:
- github:
owner: ninjaneers-team
name: homebrew-uropa
commit_author:
name: Ninjaneers GmbH
email: [email protected]
homepage: "https://github.com/ninjaneers-team/uropa"
description: Declarative configuration for Opa
test: |
system "#{bin}/uropa version"