mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-13 12:22:05 +08:00
update debian/spark-store.postinst.
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
4
debian/spark-store.postinst
vendored
4
debian/spark-store.postinst
vendored
@@ -12,6 +12,10 @@ case "$1" in
|
||||
aarch64)
|
||||
echo "Will not enable armhf since 4271"
|
||||
;;
|
||||
loongarch64)
|
||||
echo "Enabling ABI1(OldWorld) arch..."
|
||||
dpkg --add-architecture loongarch64
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "Unknown architecture, skip enable 32-bit arch"
|
||||
|
||||
Reference in New Issue
Block a user