[2026-07-16] eagle: work/apple-diary-2026-07-16.md

This commit is contained in:
Alexey Martemyanov
2026-07-16 16:22:03 +06:00
parent 36549185d9
commit 6dcbfe508f
+3 -1
View File
@@ -2,4 +2,6 @@
Notarized macOS builds now default to arm64-only. The `include-x86-architecture` argument controls the x86_64 slice for both local and GitHub Actions builds; it defaults to `false`.
If an Intel-compatible Review build is required, enable `include-x86-architecture` when starting the notarized build. UI Tests explicitly use `false` and run against arm64-only builds.
If an Intel-compatible Review build is required, enable `include-x86-architecture` when starting the notarized build. UI Tests explicitly use `false` and run against arm64-only builds.
Local `archive.sh` script is unaffected.