Files
Joel Winarske 4b84751c1b feat(cross): run native --target local bundle with --run (no deploy)
`--run` previously only fired inside the --deploy/SSH path, so for a
native `--target local` build it was silently ignored. Launch the
freshly-built embedder against the assembled app bundle on this host
(`<embedder> -b <app-bundle>`, single embedder only). A non-native
cross-build without --deploy is skipped with a warning, since its binary
is a foreign arch and would only fail with `Exec format error`.

Also fix _artifactFor: skip CMakeFiles/** compiler-probe binaries, which
are ELF executables too and were shadowing the real shell/homescreen in
the heuristic scan — corrupting the run hint, local run, and deploy.

Signed-off-by: Joel Winarske <joel.winarske@outlook.com>
2026-06-20 20:56:35 -07:00
..