mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
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:
parent
d4482e8bf4
commit
76c6140c52
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ parts:
|
|||
case "$SNAPCRAFT_TARGET_ARCH" in
|
||||
amd64) arch=x64 ;;
|
||||
arm64) arch=arm64 ;;
|
||||
armhf) arch=arm ;;
|
||||
i386) arch=ia32 ;;
|
||||
*) arch="" ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue