блин так эти комманды надо из под линукса выполнять а у меня винда только под рукой
1. Clone
https://github.com/void-linux/void-mklive repository, enter it and run make.
2. Create rootfs: ./mkrootfs aarch64;
3. Create 'platform file system' (whatever it is, lol): ./mkplatformfs rpi4 <name of your rootfs tarball>;
4. Create image: ./mkimage -B 256MiB <name of your platformfs tarball> (-B tells it how big the /boot partition has to be);
5. Flash image into SD card with your favourite tool (dd, Balena, official Raspberry Pi Imager - whatever);
6. Boot it and use your new void ;-)