fix(ci): correct release-package destination specifier for v0.0.1 #29
No Reviewers
Labels
Clear labels
Bug/Architecture
Bug/Backend
Bug/DevOps
Bug/Documentation
Bug/Performance
Bug/Security
Bug/Testing
Bug/UI
Compat/Breaking
Feature/Architecture
Feature/Backend
Feature/DevOps
Feature/Documentation
Feature/Performance
Feature/Security
Feature/Testing
Feature/UI
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Project/Antigravity
Architecture & Foundation Defect
Backend, service, or low-level logic defect
CI/CD, build system, and automation defect
Documentation inaccuracy or fix
Performance regression or degradation defect
Security vulnerability or flaw
Test failure or testing defect
User interface and presentation defect
Breaking change that won't be backward compatible
Architecture & Foundation Feature
Backend, service, or low-level logic feature
CI/CD, build system, and automation feature
Documentation additions and features
Performance optimization feature
Security capability or hardening feature
Test suite, mock, or testing harness feature
User interface and presentation feature
Something is not working
Documentation changes
Improve existing functionality
New functionality
This is security issue
Issue or pull request related to testing
Priority
Critical
1
The priority is critical
Priority
High
2
The priority is high
Priority
Low
4
The priority is low
Priority
Medium
3
The priority is medium
Part of the Antigravity Project specification
Reviewed
Confirmed
1
Issue has been confirmed
Reviewed
Duplicate
2
This issue or pull request already exists
Reviewed
Invalid
3
Invalid issue
Reviewed
Won't Fix
3
This issue won't be fixed
Status
Abandoned
3
Somebody has started to work on this but abandoned work
Status
Blocked
1
Something is blocking this issue or pull request
Status
Need More Info
2
Feedback is required to reproduce issue or to continue work
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gronod/MacMonitor#29
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Fixes the
release-packagejob failure from run #50:xcodebuildrejectsgeneric/platform=macOS,arch=x86_64on this toolchain ("Any Mac does not support the arch option"). Switches the Release build toplatform=macOS,arch=x86_64— the destination already proven bybuild-and-test— and corrects the same specifier in README.md and AGENTS.md.After merge,
v0.0.1will be re-tagged on the newmainHEAD to re-trigger the release pipeline.The generic 'generic/platform=macOS,arch=x86_64' destination is rejected by the runner's Xcode ("Any Mac" does not support the arch option), failing the release-package build. Match the working build-and-test destination. Also correct the same specifier in README.md and AGENTS.md. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>