Isaac bazel build failed

Dear all,

I tried to build isaac sdk sample on jetson nano. But this error occured

Starting local Bazel server and connecting to it...
WARNING: ignoring LD_PRELOAD in environment.
ERROR: /home/astri/isaac/sdk/packages/viewers/BUILD:10:10: Illegal ambiguous match on configurable attribute "data" in //packages/viewers:libviewers_module.so:
@com_nvidia_isaac_engine//engine/build:platform_x86_64
@com_nvidia_isaac_engine//engine/build:cpu_aarch64
Multiple matches are not allowed unless one is unambiguously more specialized.
WARNING: errors encountered while analyzing target '//apps/samples/stereo_dummy:stereo_dummy': it will not be built
INFO: Analyzed target //apps/samples/stereo_dummy:stereo_dummy (81 packages loaded, 5009 targets configured).
INFO: Found 0 targets...
ERROR: command succeeded, but not all targets were analyzed
INFO: Elapsed time: 26.268s, Critical Path: 0.09s
INFO: 1 process: 1 internal.
FAILED: Build did NOT complete successfully

I am using jetpack 4.5.1, which l4t kernel is 32.5.2

Does anyone know how to solve this?

Thanks in advance