Revert "drop所有i386软件包支持"

This reverts commit 024262957c.
This commit is contained in:
2026-03-28 05:02:45 +00:00
committed by Gitee
parent 024262957c
commit 8e50fe8a43

View File

@@ -3,7 +3,24 @@
case "$1" in
configure)
case `arch` in
x86_64)
echo "Enabling i386 arch..."
dpkg --add-architecture i386
;;
aarch64)
echo "Will not enable armhf since 4271"
;;
loongarch64)
echo "Nope we DO NOT WANT ABI1 now"
dpkg --remove-architecture loongarch64
;;
*)
echo "Unknown architecture, skip enable 32-bit arch"
;;
esac
mkdir -p /var/lib/aptss/lists