Skip to content

fix: Makefile now correctly selects the build ID for macos#13

Merged
miguelsanchez-upsun merged 2 commits intomainfrom
fix/makefile-macos-building
Mar 11, 2026
Merged

fix: Makefile now correctly selects the build ID for macos#13
miguelsanchez-upsun merged 2 commits intomainfrom
fix/makefile-macos-building

Conversation

@akalipetis
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a bug in the Makefile where the macOS-specific build ID selection was not working correctly. The issue was that GORELEASER_ID was being conditionally modified based on GOOS before GOOS was actually set, causing the macOS detection to always fail.

Key Changes

  • Relocated the GORELEASER_ID definition and macOS conditional logic to execute after GOOS and GOARCH are determined
  • Changed the assignment operator from = to := for the macOS-specific override

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@pjcdawkins pjcdawkins requested a review from Copilot February 5, 2026 15:38
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@miguelsanchez-upsun miguelsanchez-upsun force-pushed the fix/makefile-macos-building branch from c59f89a to 7476d78 Compare March 11, 2026 16:51
@miguelsanchez-upsun miguelsanchez-upsun merged commit 97020ff into main Mar 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants