[PR #260] [CLOSED] Restrict release build to arm64 only #257

Closed
opened 2026-03-02 04:00:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eerimoq/moblin/pull/260
Author: @Copilot
Created: 3/1/2026
Status: Closed

Base: mainHead: copilot/update-release-build-arm64-only


📝 Commits (2)

  • 6fea93d Initial plan
  • b69a32e Restrict release build to arm64 architecture only

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 Moblin.xcodeproj/project.pbxproj (+1 -0)

📄 Description

Release build was producing both arm64 and x86_64 slices. The project-level Release config lacked an ARCHS constraint (Debug had ONLY_ACTIVE_ARCH = YES, Release had no equivalent).

  • Added ARCHS = arm64; to the project-level Release build configuration in project.pbxproj

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.


🔄 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/eerimoq/moblin/pull/260 **Author:** [@Copilot](https://github.com/apps/copilot-swe-agent) **Created:** 3/1/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `copilot/update-release-build-arm64-only` --- ### 📝 Commits (2) - [`6fea93d`](https://github.com/eerimoq/moblin/commit/6fea93d6179ecf17e849fa7c6588e1004601927b) Initial plan - [`b69a32e`](https://github.com/eerimoq/moblin/commit/b69a32ea06e9599aa4169238cdc7a1f3624ac72d) Restrict release build to arm64 architecture only ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `Moblin.xcodeproj/project.pbxproj` (+1 -0) </details> ### 📄 Description Release build was producing both arm64 and x86_64 slices. The project-level Release config lacked an `ARCHS` constraint (Debug had `ONLY_ACTIVE_ARCH = YES`, Release had no equivalent). - Added `ARCHS = arm64;` to the project-level Release build configuration in `project.pbxproj` <!-- START COPILOT CODING AGENT TIPS --> --- 🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. [Learn more about Advanced Security.](https://gh.io/cca-advanced-security) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 04:00:57 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/moblin#257
No description provided.