ci: re-enable darwin release builds again - #7407
Merged
Merged
Conversation
electron0zero
requested review from
carles-grafana,
ie-pham,
javiermolinar,
mapno,
mattdurham,
mdisibio,
oleg-kozlyuk-grafana,
ruslan-mikhailov,
stoewer,
yvrhdn,
zalegrala and
zhxiaogg
as code owners
June 4, 2026 16:04
Contributor
There was a problem hiding this comment.
Pull request overview
This PR re-enables macOS (darwin) targets in Tempo’s GoReleaser configuration so official releases once again publish Darwin binaries, aligning with Issue #7404 now that the upstream Go linker issue is resolved.
Changes:
- Re-enable
darwinas agoostarget for thetempo,tempo-query, andtempo-clirelease builds in.goreleaser.yml. - Add a
.chloggen/enhancement entry documenting the user-facing release change.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.goreleaser.yml |
Adds darwin back to the GoReleaser build matrix for all shipped binaries. |
.chloggen/7404-reenable-darwin-builds.yaml |
Adds a changelog entry noting the restoration of Darwin release artifacts. |
electron0zero
force-pushed
the
darwin_release
branch
from
June 4, 2026 16:21
ad2c2a8 to
24250e3
Compare
zhxiaogg
approved these changes
Jun 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this PR does:
re-enabeld the darwin builds that were disabled due to golang/go#73617
Which issue(s) this PR fixes:
Fixes #7404
Checklist
.chloggen/(runmake chlog-new, ormake chlog-new FILENAME=<name>to override the default branch-name file; see.chloggen/README.md)