-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a single universal executable for macOS #964
Create a single universal executable for macOS #964
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #964 +/- ##
=======================================
Coverage 20.04% 20.04%
=======================================
Files 42 42
Lines 2569 2569
=======================================
Hits 515 515
Misses 1968 1968
Partials 86 86
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
e87f70a
to
e7b9e3c
Compare
e7b9e3c
to
1707146
Compare
4c7bd8b
to
f5f10a1
Compare
Have you had the chance to test the autoupdate mechanism? |
b7b5b35
to
38e50a9
Compare
…proceding with the update
The tests were good:
|
Please check if the PR fulfills these requirements
before creating one)
Instead of relying on the Rosetta translation to distribute the Agent for arm architectures, a single universal executable is created. It runs natively on both Apple silicon and Intel-based Mac computers.
No