@@ -40,41 +40,41 @@ builds:
40
40
goarch :
41
41
- amd64
42
42
- 386
43
- - id : benchtool-darwin
44
- ldflags :
45
- -s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}
46
- binary : benchtool
47
- env :
48
- - CGO_ENABLED=0
49
- main : ./cmd/benchtool/
50
- goos :
51
- - darwin
52
- goarch :
53
- - amd64
54
- - arm64
55
- - id : benchtool-linux
56
- ldflags :
57
- -s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}
58
- binary : benchtool
59
- env :
60
- - CGO_ENABLED=0
61
- main : ./cmd/benchtool/
62
- goos :
63
- - linux
64
- goarch :
65
- - amd64
66
- - id : benchtool-windows
67
- ldflags :
68
- -s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}
69
- binary : benchtool
70
- env :
71
- - CGO_ENABLED=0
72
- main : ./cmd/benchtool/
73
- goos :
74
- - windows
75
- goarch :
76
- - amd64
77
- - 386
43
+ # - id: benchtool-darwin
44
+ # ldflags:
45
+ # -s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}
46
+ # binary: benchtool
47
+ # env:
48
+ # - CGO_ENABLED=0
49
+ # main: ./cmd/benchtool/
50
+ # goos:
51
+ # - darwin
52
+ # goarch:
53
+ # - amd64
54
+ # - arm64
55
+ # - id: benchtool-linux
56
+ # ldflags:
57
+ # -s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}
58
+ # binary: benchtool
59
+ # env:
60
+ # - CGO_ENABLED=0
61
+ # main: ./cmd/benchtool/
62
+ # goos:
63
+ # - linux
64
+ # goarch:
65
+ # - amd64
66
+ # - id: benchtool-windows
67
+ # ldflags:
68
+ # -s -w -X github.com/grafana/cortex-tools/pkg/version.Version={{.Version}}
69
+ # binary: benchtool
70
+ # env:
71
+ # - CGO_ENABLED=0
72
+ # main: ./cmd/benchtool/
73
+ # goos:
74
+ # - windows
75
+ # goarch:
76
+ # - amd64
77
+ # - 386
78
78
archives :
79
79
- name_template : >-
80
80
{{- .ProjectName }}_
@@ -123,22 +123,22 @@ dockers:
123
123
- " --label=org.opencontainers.image.version={{.Version}}"
124
124
- " --label=repository=https://github.com/grafana/cortex-tools"
125
125
- " --label=homepage=https://grafana.com"
126
- - goos : linux
127
- goarch : amd64
128
- ids :
129
- - benchtool-linux
130
- dockerfile : cmd/benchtool/GR.Dockerfile
131
- image_templates :
132
- - " grafana/benchtool:latest"
133
- - " grafana/benchtool:{{ .Tag }}"
134
- build_flag_templates :
135
- - " --pull"
136
- - " --label=org.opencontainers.image.created={{.Date}}"
137
- - " --label=org.opencontainers.image.name=benchtool"
138
- - " --label=org.opencontainers.image.revision={{.FullCommit}}"
139
- - " --label=org.opencontainers.image.version={{.Version}}"
140
- - " --label=repository=https://github.com/grafana/cortex-tools/tree/main/cmd/benchtool"
141
- - " --label=homepage=https://grafana.com"
126
+ # - goos: linux
127
+ # goarch: amd64
128
+ # ids:
129
+ # - benchtool-linux
130
+ # dockerfile: cmd/benchtool/GR.Dockerfile
131
+ # image_templates:
132
+ # - "grafana/benchtool:latest"
133
+ # - "grafana/benchtool:{{ .Tag }}"
134
+ # build_flag_templates:
135
+ # - "--pull"
136
+ # - "--label=org.opencontainers.image.created={{.Date}}"
137
+ # - "--label=org.opencontainers.image.name=benchtool"
138
+ # - "--label=org.opencontainers.image.revision={{.FullCommit}}"
139
+ # - "--label=org.opencontainers.image.version={{.Version}}"
140
+ # - "--label=repository=https://github.com/grafana/cortex-tools/tree/main/cmd/benchtool"
141
+ # - "--label=homepage=https://grafana.com"
142
142
brews :
143
143
-
144
144
ids :
0 commit comments