snap: Install dart-sass-embedded for 32-bit ARM (armhf) too - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 76c6140c52695ec22906cc9c198992b3b9b59d22
DIR parent d4482e8bf48ead75fb275fdce29fd495f467e43c
HTML Author: Anthony Fok <foka@debian.org>
Date: Fri, 3 Feb 2023 05:09:42 -0700
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.
Diffstat:
M snap/snapcraft.yaml | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -145,6 +145,7 @@ parts:
case "$SNAPCRAFT_TARGET_ARCH" in
amd64) arch=x64 ;;
arm64) arch=arm64 ;;
+ armhf) arch=arm ;;
i386) arch=ia32 ;;
*) arch="" ;;
esac