mirror of
https://github.com/sharkdp/bat
synced 2026-06-09 10:03:18 +00:00
ca3ef28d56
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