jq({ host: "aarch64-linux" })
should not do a cross-build unless build
is specified. If the local server's runner has a different triple, it should not run. Currently, build
would default to std.triple.host()
, which would perform a cross-compilation if run on macOS.