Pulse/internal/updates
rcourtman 4834dea05b Add support for linux-386 and linux-armv6 architectures (related to #674)
Adds build support for 32-bit x86 (i386/i686) and ARMv6 (older Raspberry Pi models) architectures across all agents and install scripts.

Changes:
- Add linux-386 and linux-armv6 to build-release.sh builds array
- Update Dockerfile to build docker-agent, host-agent, and sensor-proxy for new architectures
- Update all install scripts to detect and handle i386/i686 and armv6l architectures
- Add architecture normalization in router download endpoints
- Update update manager architecture mapping
- Update validate-release.sh to expect 24 binaries (was 18)

This enables Pulse agents to run on older/legacy hardware including 32-bit x86 systems and Raspberry Pi Zero/Zero W devices.
2025-11-09 08:35:24 +00:00
..
adapter_installsh.go Fix critical rollback download URL bug and doc inconsistencies 2025-11-06 14:25:32 +00:00
history.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
manager.go Add support for linux-386 and linux-armv6 architectures (related to #674) 2025-11-09 08:35:24 +00:00
manager_test.go Refactor: Code cleanup and localStorage consolidation 2025-11-04 21:50:46 +00:00
updater.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
version.go feat: finalize swarm service monitoring (#598) 2025-10-26 09:35:49 +00:00
version_test.go feat: add docker agent command handling 2025-10-15 19:27:19 +00:00