Skip to content

Commit

Permalink
fix build id
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgopack4 committed Nov 19, 2024
1 parent 3288ffe commit c0e531d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/goreleaser/internal/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func Build(dist string, pie bool) config.Build {
}
ignore = generateIgnored(goos, archs, pie)
return config.Build{
ID: dist,
ID: id,
Dir: "_build",
Binary: dist,
BuildDetails: config.BuildDetails{
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-contrib/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msi:
- opentelemetry.ico
- config.yaml
builds:
- id: otelcol-contrib
- id: otelcol-contrib-pie
goos:
- darwin
- linux
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-k8s/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_name: opentelemetry-collector-releases
env:
- COSIGN_YES=true
builds:
- id: otelcol-k8s
- id: otelcol-k8s-pie
goos:
- linux
goarch:
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol-otlp/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ msi:
extra_files:
- opentelemetry.ico
builds:
- id: otelcol-otlp
- id: otelcol-otlp-pie
goos:
- darwin
- linux
Expand Down
2 changes: 1 addition & 1 deletion distributions/otelcol/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ msi:
- opentelemetry.ico
- config.yaml
builds:
- id: otelcol
- id: otelcol-pie
goos:
- darwin
- linux
Expand Down

0 comments on commit c0e531d

Please sign in to comment.