[PR #2221] [MERGED] add MACOSX_DEPLOYMENT_TARGET environment to control GUI build target #18949

Closed
opened 2026-08-05 04:09:07 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2221
Author: @mlsmaycon
Created: 7/1/2024
Status: Merged
Merged: 7/1/2024
Merged by: @mlsmaycon

Base: mainHead: fix/macos-gui-build


📝 Commits (2)

  • aee3ed7 use cgo flags for darwin build
  • d5fc4c5 add MACOSX_DEPLOYMENT_TARGET environment to control GUI build target

📊 Changes

2 files changed (+5 additions, -3 deletions)

View changed files

📝 .goreleaser_ui_darwin.yaml (+4 -2)
📝 client/Dockerfile (+1 -1)

📄 Description

Describe your changes

Add MACOSX_DEPLOYMENT_TARGET and MACOS_DEPLOYMENT_TARGET to target build compatible with macOS 11+ instead of relying on the builder's local Xcode version.

fixes #2218

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/2221 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 7/1/2024 **Status:** ✅ Merged **Merged:** 7/1/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/macos-gui-build` --- ### 📝 Commits (2) - [`aee3ed7`](https://github.com/netbirdio/netbird/commit/aee3ed71241dd055f88e47d21930f8738c65eac9) use cgo flags for darwin build - [`d5fc4c5`](https://github.com/netbirdio/netbird/commit/d5fc4c5b814b27cf83d05c1f868b6442c14e3d54) add MACOSX_DEPLOYMENT_TARGET environment to control GUI build target ### 📊 Changes **2 files changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `.goreleaser_ui_darwin.yaml` (+4 -2) 📝 `client/Dockerfile` (+1 -1) </details> ### 📄 Description ## Describe your changes Add MACOSX_DEPLOYMENT_TARGET and MACOS_DEPLOYMENT_TARGET to target build compatible with macOS 11+ instead of relying on the builder's local Xcode version. ## Issue ticket number and link fixes #2218 ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 04:09:07 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#18949