Files
talos-rpi5/.gitea/workflows
Mathias Beaulieu-Duncan 2b009aaeee
Build Talos CM5 Image / build (push) Failing after 13m49s
ci: fix SIGPIPE (exit 141) in pipefail run steps on Linux
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>
2026-06-16 10:03:32 -04:00
..