Currently due a known issue with Docker on Apple Silicon, inotify does not work running under qemu. The suggested workaround is to create an arm64 image. I tried to work one up myself, but I'm not talented enough at Docker to really figure it out.
This link is what I was following, but I ran into issues with the added i386 architecture required by Petalinux (who knows why it needs 32-bit zlib).
Any ideas would be appreciated, happy to keep trying and help out as well.
Currently due a known issue with Docker on Apple Silicon,
inotify
does not work running underqemu
. The suggested workaround is to create anarm64
image. I tried to work one up myself, but I'm not talented enough at Docker to really figure it out.This link is what I was following, but I ran into issues with the added i386 architecture required by Petalinux (who knows why it needs 32-bit zlib).
Any ideas would be appreciated, happy to keep trying and help out as well.