mirror of
https://github.com/sharkdp/bat
synced 2026-08-26 14:13:37 +01:00
The i686 .deb package declared its architecture as "i686", which Debian does not recognize. Debian uses "i386" for 32-bit x86, matching the convention already used by the other targets (arm64, armhf, amd64). Closes #3611