update debian/spark-store.postinst.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
2023-04-09 14:03:31 +00:00
committed by Gitee
parent d987c840c7
commit 347c8ed093

View File

@@ -10,7 +10,7 @@ case "$1" in
;;
aarch64)
echo "Enabling armhf arch..."
sudo dpkg --add-architecture armhf
dpkg --add-architecture armhf
;;
*)
echo "Unknown architecture, skip enable 32-bit arch"