snap: Install dart-sass-embedded for 32-bit ARM (armhf) too

See https://github.com/sass/dart-sass-embedded/releases/tag/1.54.7
which "Add[ed] support for 32-bit ARM releases on Linux" on 2022-08-30.
This commit is contained in:
Anthony Fok 2023-02-03 05:09:42 -07:00 committed by Bjørn Erik Pedersen
parent d4482e8bf4
commit 76c6140c52

View file

@ -145,6 +145,7 @@ parts:
case "$SNAPCRAFT_TARGET_ARCH" in
amd64) arch=x64 ;;
arm64) arch=arm64 ;;
armhf) arch=arm ;;
i386) arch=ia32 ;;
*) arch="" ;;
esac