[WIP] fix(ui-tars): x64 and arm64 pkg
Ref: https://github.com/lovell/sharp/issues/3622
Codecov Report
Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.
Project coverage is 4.26%. Comparing base (
0ff5eb8) to head (f48655c). Report is 3 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| ...ckages/common/electron-build/src/hooks/postMake.ts | 0.00% | 2 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #514 +/- ##
========================================
- Coverage 4.32% 4.26% -0.06%
========================================
Files 275 281 +6
Lines 8558 8902 +344
Branches 1602 1668 +66
========================================
+ Hits 370 380 +10
- Misses 8147 8470 +323
- Partials 41 52 +11
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
In another project, I also encountered some cross-platform issues of sharp.
In another project, I also encountered some cross-platform issues with sharp.
Because sharp needs to be installed and built for both x64 and arm64, it cannot be packaged into a universal Mac app.