File tree 1 file changed +45
-58
lines changed
1 file changed +45
-58
lines changed Original file line number Diff line number Diff line change 1
1
# .goreleaser.yml
2
2
before :
3
3
hooks :
4
- - go mod download
4
+ - go mod download
5
5
builds :
6
- # You can have multiple builds defined as a yaml list
7
- -
8
- # ID of the build.
9
- # Defaults to the project name.
10
- # id: "my-build"
11
-
12
- # Binary name.
13
- # Can be a path (e.g. `bin/app`) to wrap the binary in a directory.
14
- # Default is the name of the project directory.
15
- binary : kubedd
16
-
17
- env :
18
- - CGO_ENABLED=0
19
-
20
- goos :
21
- - windows
22
- - linux
23
- - darwin
24
-
25
- goarch :
26
- - amd64
27
- - arm
28
- - arm64
29
-
30
- goarm :
31
- - 6
32
- - 7
33
- archives :
34
- - format : tar.gz
35
- format_overrides :
36
- - goos : windows
37
- format : zip
38
- checksum :
39
- name_template : ' checksums.txt'
40
- snapshot :
41
- name_template : " {{ .Tag }}-next"
42
- changelog :
43
- sort : asc
44
- filters :
45
- exclude :
46
- - ' ^docs:'
47
- - ' ^test:'
48
- brews :
49
- - github :
50
- owner : devtron
51
- name : homebrew-devtron
52
- folder : Formula
53
- description : " Validates migration of Kubernetes YAML file to specific kubernetes version"
54
- homepage : " https://github.com/devtron/silver-surfer"
55
- test : |
56
- system "#{bin}/kubedd --version"
57
- scoop :
58
- bucket :
59
- owner : devtron
60
- name : scoop-devtron
61
- description : " Validates migration of Kubernetes YAML file to specific kubernetes version"
62
- homepage : " https://github.com/devtron/silver-surfer"
6
+ - binary : kubedd
7
+ env :
8
+ - CGO_ENABLED=0
9
+ goos :
10
+ - windows
11
+ - linux
12
+ - darwin
13
+ goarch :
14
+ - amd64
15
+ - arm
16
+ - arm64
17
+ goarm :
18
+ - 6
19
+ - 7
20
+ archives :
21
+ - format : tar.gz
22
+ format_overrides :
23
+ - goos : windows
24
+ format : zip
25
+ checksum :
26
+ name_template : ' checksums.txt'
27
+ snapshot :
28
+ name_template : " {{ .Tag }}-next"
29
+ changelog :
30
+ sort : asc
31
+ filters :
32
+ exclude :
33
+ - ' ^docs:'
34
+ - ' ^test:'
35
+ # brews:
36
+ # - github:
37
+ # owner: devtron
38
+ # name: homebrew-devtron
39
+ # folder: Formula
40
+ # description: "Validates migration of Kubernetes YAML file to specific kubernetes version"
41
+ # homepage: "https://github.com/devtron/silver-surfer"
42
+ # test: |
43
+ # system "#{bin}/kubedd --version"
44
+ # scoop:
45
+ # bucket:
46
+ # owner: devtron
47
+ # name: scoop-devtron
48
+ # description: "Validates migration of Kubernetes YAML file to specific kubernetes version"
49
+ # homepage: "https://github.com/devtron/silver-surfer"
You can’t perform that action at this time.
0 commit comments