mirror of
https://github.com/ruvnet/RuView.git
synced 2026-04-01 08:26:51 +00:00
- Container: espressif/idf:v5.2 → v5.4 (matches QEMU workflow) - Replace xxd calls with od (xxd not available in IDF container) - Add ota_data_initial.bin to artifact upload - Extend artifact retention to 90 days The xxd:not-found error was blocking all Firmware CI builds since the container migration. This unblocks binary artifact generation for release assets. Closes #327 Co-Authored-By: claude-flow <ruv@ruv.net>