mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-06 03:46:44 +03:00
Extends Docker build to include: - linux/386: 32-bit x86 systems (legacy servers, older PCs) - linux/arm/v6: ARMv6 devices (Raspberry Pi Zero, Pi 1, older ARM systems) Motivation: Many users have legacy but capable hardware that can effectively run containerized applications. These older systems often have sufficient resources for iSponsorBlockTV but lack support in most modern Docker images. Technical impact: - Zero breaking changes for existing users - Leverages existing QEMU cross-compilation infrastructure - Minimal build time increase (~10-15%) - Broader device compatibility without maintenance overhead