-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.goreleaser.yml
65 lines (58 loc) · 1.45 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
project_name: rex_deliver_dataset
builds:
- main: ./cmd/rex_deliver_dataset.go
binary: rex_deliver_dataset
env:
- CGO_ENABLED=0
- GO111MODULE=on
goos:
- linux
- darwin
- windows
- freebsd
- openbsd
- netbsd
goarch:
- 386
- amd64
ignore:
- goos: darwin
goarch: 386
archives:
- replacements:
darwin: macos
amd64: 64bit
386: 32bit
format_overrides:
- goos: windows
format: zip
changelog:
skip: true
nfpms:
- homepage: https://github.com/prometheusresearch/rex_deliver_dataset
maintainer: "Prometheus Research, LLC <[email protected]>"
description: A tool for delivering datasets to a RexRegistry system.
license: AGPL-3.0
formats:
- deb
- rpm
brews:
- tap:
owner: prometheusresearch
name: homebrew-public
commit_author:
name: Prometheus Research Bot
email: [email protected]
folder: Formula
homepage: https://github.com/prometheusresearch/rex_deliver_dataset
description: A tool for delivering datasets to a RexRegistry system.
scoop:
bucket:
owner: prometheusresearch
name: scoop-public
commit_author:
name: Prometheus Research Bot
email: [email protected]
homepage: https://github.com/prometheusresearch/rex_deliver_dataset
description: A tool for delivering datasets to a RexRegistry system.
license: AGPL-3.0