2b009aaeee
Build Talos CM5 Image / build (push) Failing after 13m49s
bash -eo pipefail turns `cmd | head -1` into a failure when head closes the pipe early (SIGPIPE). Surfaced as exit 141 on the arm64 runner. - build.yaml: drop `| head -1` on `make --version`; use `find -print -quit` for the disk image instead of `find | head -1` - auto-update.sh: `sed ... | head -1` -> `... | awk 'NR==1'` (reads to EOF) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>