fix: switch squashfs from xz to zstd compression for CI speed xz compression takes 5+ hours on GitHub Actions free runners, hitting the 6-hour job timeout. zstd level 15 is ~10x faster with comparable compression ratios. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>