@@ -15,11 +15,9 @@ builds:
15
15
goarch :
16
16
- amd64
17
17
- arm64
18
- - arm
19
18
goos :
20
19
- linux
21
20
- darwin
22
- - windows
23
21
flags :
24
22
- -trimpath
25
23
mod_timestamp : ' {{ .CommitTimestamp }}'
@@ -28,13 +26,6 @@ builds:
28
26
-X github.com/buttahtoast/subst/subst/cmd.Version={{ .Tag }}
29
27
-X github.com/buttahtoast/subst/subst/cmd.GitCommit={{ .Commit }}
30
28
-X github.com/buttahtoast/subst/subst/cmd.BuildDate={{ .Date }}
31
- archives :
32
- - format_overrides :
33
- - goos : windows
34
- format : zip
35
- files :
36
- - LICENSE
37
- - README.md
38
29
release :
39
30
footer : |
40
31
**Full Changelog**: https://github.com/buttahtoast/{{ .ProjectName }}/compare/{{ .PreviousTag }}...{{ .Tag }}
@@ -51,7 +42,9 @@ checksum:
51
42
snapshot :
52
43
name_template : " {{ .Tag }}-next"
53
44
dockers :
54
- - image_templates : [ "ghcr.io/buttahtoast/{{ .ProjectName }}:{{ .Tag }}" ]
45
+ - image_templates :
46
+ - " ghcr.io/buttahtoast/{{ .ProjectName }}:{{ .Tag }}"
47
+ - " ghcr.io/buttahtoast/{{ .ProjectName }}:latest"
55
48
dockerfile : Dockerfile
56
49
goos : linux
57
50
goarch : amd64
@@ -93,8 +86,10 @@ dockers:
93
86
# - "--label=io.artifacthub.package.readme-url=https://raw.githubusercontent.com/buttahtoast/subst/main/README.md"
94
87
# - "--label=io.artifacthub.package.logo-url=https://github.com/buttahtoast/subst/raw/main/img/subst.png"
95
88
# - "--label=io.artifacthub.package.license=Apache-2.0"
96
- - image_templates : [ "ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:{{ .Tag }}" ]
97
- dockerfile : Dockerfile.argo-cmp
89
+ - image_templates :
90
+ - " ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:{{ .Tag }}"
91
+ - " ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:latest"
92
+ dockerfile : argocd-cmp/Dockerfile
98
93
goos : linux
99
94
goarch : amd64
100
95
use : buildx
@@ -116,6 +111,7 @@ dockers:
116
111
- " --label=io.artifacthub.package.license=Apache-2.0"
117
112
extra_files :
118
113
- argocd-cmp/cmp.yaml
114
+ - argocd-cmp/entrypoint.sh
119
115
# - image_templates: [ "ghcr.io/buttahtoast/{{ .ProjectName }}-cmp:{{ .Tag }}" ]
120
116
# dockerfile: Dockerfile.argo-cmp
121
117
# goos: linux
@@ -184,13 +180,13 @@ docker_signs:
184
180
- ' sign'
185
181
- ' ${artifact}@${digest}'
186
182
- --yes
187
- brews :
188
- - tap :
189
- owner : buttahtoast
190
- name : subst
191
- branch : main
192
- license : Apache-2.0
193
- homepage : " github.com/buttahtoast/subst"
194
- description : " subst - Substitution based on Kustomize"
195
- post_install : |
196
- puts '🌈 subst installed 🌈'
183
+ # brews:
184
+ # - tap:
185
+ # owner: buttahtoast
186
+ # name: subst
187
+ # branch: main
188
+ # license: Apache-2.0
189
+ # homepage: "github.com/buttahtoast/subst"
190
+ # description: "subst - Substitution based on Kustomize"
191
+ # post_install: |
192
+ # puts '🌈 subst installed 🌈'
0 commit comments