Add check for qemu-aarch64 in binfmt_misc

This commit is contained in:
ck
2024-02-05 13:09:36 -05:00
parent 1ffe6c4e3d
commit f410feb2bb

View File

@ -89,6 +89,7 @@ jobs:
run: | run: |
echo "Checking binfmt_misc filesystem..." echo "Checking binfmt_misc filesystem..."
mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted." mount | grep binfmt_misc && echo "binfmt_misc is mounted." || echo "binfmt_misc is NOT mounted."
echo $(ls /proc/sys/fs/binfmt_misc | grep qemu-aarch64)
- name: Run Makefile - name: Run Makefile
run: make run: make