switch published image + flashing to .xz #47

Merged
clawdie merged 1 commit from build/publish-xz into main 2026-06-14 12:05:13 +02:00
Owner

Switches the published artifact from .img.gz.img.xz (smaller, and Rufus/balenaEtcher/RPi-Imager all read it directly — zstd would have broken Windows flashers).

  • flashing docs: xz -dc | dd, xz -t, unxz
  • publish flow (iso-publish skill): xz -T0 -c, .img.xz globs/URLs
  • scripts/write-artifact-manifest.sh: accepts .img.xz
  • iso-flash-verify, iso-build, iso-build-cleanup, build-iso skills updated
  • NEW: Windows (Rufus/Etcher) flashing section in FLASHING.md + README pointer
  • clawdie-ai source *.tar.gz left untouched (unrelated)
Switches the published artifact from `.img.gz` → `.img.xz` (smaller, and Rufus/balenaEtcher/RPi-Imager all read it directly — zstd would have broken Windows flashers). - flashing docs: `xz -dc | dd`, `xz -t`, `unxz` - publish flow (`iso-publish` skill): `xz -T0 -c`, `.img.xz` globs/URLs - `scripts/write-artifact-manifest.sh`: accepts `.img.xz` - `iso-flash-verify`, `iso-build`, `iso-build-cleanup`, `build-iso` skills updated - NEW: Windows (Rufus/Etcher) flashing section in FLASHING.md + README pointer - clawdie-ai source `*.tar.gz` left untouched (unrelated)
clawdie added 1 commit 2026-06-14 12:05:04 +02:00
Smaller downloads that Rufus/balenaEtcher/RPi-Imager still read directly (zstd
would break Windows flashers). Switches the image artifact, flashing commands
(xz -dc | dd, xz -t, unxz), publish flow (xz -T0 -c), the artifact-manifest
script, and all skills + docs to .img.xz. Adds a Windows (Rufus/Etcher) flashing
section + README pointer. Source tarballs (clawdie-ai *.tar.gz) unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
clawdie merged commit 3cd60aa170 into main 2026-06-14 12:05:13 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/clawdie-iso#47
No description provided.