From 024262957c88fea6d9ca4ed4d88b39b36db1a714 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sat, 28 Mar 2026 04:52:44 +0000 Subject: [PATCH] =?UTF-8?q?drop=E6=89=80=E6=9C=89i386=E8=BD=AF=E4=BB=B6?= =?UTF-8?q?=E5=8C=85=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shenmo --- debian/spark-store.postinst | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/debian/spark-store.postinst b/debian/spark-store.postinst index 2f9e066d..05457959 100755 --- a/debian/spark-store.postinst +++ b/debian/spark-store.postinst @@ -3,24 +3,7 @@ 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