-
Notifications
You must be signed in to change notification settings - Fork 1
/
.goreleaser.yaml
53 lines (48 loc) · 1001 Bytes
/
.goreleaser.yaml
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
before:
hooks:
- go mod tidy
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goarch:
- amd64
goos:
- linux
- darwin
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
nfpms:
-
id: default
package_name: cedana-cli
file_name_template: "{{ .ConventionalFileName }}"
vendor: Cedana Systems
homepage: cedana.ai
maintainer: Niranjan Ravichandra <[email protected]>
description: |-
Orchestrator software for fast, adaptive checkpointing for cloud brokerage.
license: GNU APLv3
formats:
- deb
- rpm
- archlinux # Since GoReleaser v1.13.
suggests:
- criu
brews:
- homepage: cedana.ai
folder: Formula
commit_author:
name: nravic
email: [email protected]
tap:
owner: cedana
name: homebrew-cedana-cli