Skip to content

Commit

Permalink
snap: Install dart-sass-embedded for 32-bit ARM (armhf) too
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
anthonyfok authored and bep committed Feb 3, 2023
1 parent d4482e8 commit 76c6140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ parts:
case "$SNAPCRAFT_TARGET_ARCH" in
amd64) arch=x64 ;;
arm64) arch=arm64 ;;
armhf) arch=arm ;;
i386) arch=ia32 ;;
*) arch="" ;;
esac
Expand Down

0 comments on commit 76c6140

Please sign in to comment.