mirror of
https://github.com/sharkdp/bat.git
synced 2026-04-08 23:11:17 +00: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