Skip to content

v0.1.0-alpha.18

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Apr 10:59
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>