Workflow and Script Modifications
Workflows:
Added --privileged option to the container.
Set QEMU_LD_PREFIX and LD_LIBRARY_PATH for aarch64.
Manually configured QEMU binfmt for aarch64 as systemd is not running.
Commented out bazel clean --expunge due to timeout issues.
update_mozc_deps:
Modified the part that calls the run_bazel function for arm64
Slightly modified the pkill command in cleanup to prevent workflow stoppage.
To avoid timeouts in bazel clean or bazel build
add the --init option to the container startup options.
This workflow seems to take slightly longer than the approach in #31, where related packages were prepared using Flatpak for both x86_64 and aarch64 on Jammy before executing Bazel.