diff options
author | Anthony Fok <[email protected]> | 2023-02-03 05:09:42 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-02-03 14:58:11 +0100 |
commit | 76c6140c52695ec22906cc9c198992b3b9b59d22 (patch) | |
tree | cff80f9b2078065367de6fa919e6053599b1919e /snap | |
parent | d4482e8bf48ead75fb275fdce29fd495f467e43c (diff) | |
download | hugo-76c6140c52695ec22906cc9c198992b3b9b59d22.tar.gz hugo-76c6140c52695ec22906cc9c198992b3b9b59d22.zip |
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 (limited to 'snap')
-rw-r--r-- | snap/snapcraft.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 00ccc8abd..1bce8036e 100644 --- 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 |