update debian/spark-store.postinst.

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2023-04-09 14:03:31 +00:00 committed by Gitee
parent d987c840c7
commit 347c8ed093
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -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"