Skip to content

Commit 0e84532

Browse files
committed
Not releasing benchtool for this release
1 parent 534f46c commit 0e84532

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

.goreleaser.yml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -40,41 +40,41 @@ builds:
4040
goarch:
4141
- amd64
4242
- 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
7878
archives:
7979
- name_template: >-
8080
{{- .ProjectName }}_
@@ -123,22 +123,22 @@ dockers:
123123
- "--label=org.opencontainers.image.version={{.Version}}"
124124
- "--label=repository=https://github.com/grafana/cortex-tools"
125125
- "--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"
142142
brews:
143143
-
144144
ids:

0 commit comments

Comments
 (0)