On Mon, 8 Jun 2026 at 16:57, Emmanuel Blot <[email protected]> wrote: > > Ok thanks, got it. > > I need to use `ninja -C build qemy-system-arm` to generate the signed > binary, because the default target only generates the `-unsigned` > version (I guess this is the linker's default output, macOS requires > an extra signing step). > The signed version is defined as an on-demand command which is not > part of the default build (`all`).
Right, this is the bug that needs fixing. The default target should build the signed binary. -- PMM
