We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grpcnotrace
1 parent 4f3202d commit 5ef8aedCopy full SHA for 5ef8aed
.goreleaser.yaml
@@ -9,6 +9,8 @@ builds:
9
- CGO_ENABLED=0
10
flags:
11
- -trimpath
12
+ tags:
13
+ - grpcnotrace
14
ldflags:
15
- -s
16
- -w
Dockerfile
@@ -9,7 +9,7 @@ COPY cmd/ cmd/
COPY internal/ internal/
RUN --mount=type=cache,target=/root/.cache \
- go build -ldflags="-w -s" -trimpath
+ go build -ldflags="-w -s" -trimpath -tags grpcnotrace
FROM alpine:3.21.3
0 commit comments