[snap] fix deprecated CRAFT_ARCH_TRIPLET usage (#7866)

This fixes the following warning during the pull
phase:

```
CRAFT_ARCH_TRIPLET is deprecated, use CRAFT_ARCH_TRIPLET_BUILD_{ON|FOR}
```
This commit is contained in:
林博仁 Buo-ren Lin
2025-07-22 12:56:50 +08:00
committed by GitHub
parent 28988ce0c3
commit 668556251c

View File

@@ -100,4 +100,4 @@ apps:
LC_ALL: C.UTF-8
# Satisfy FFmpeg's libpulsecommon dependency
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET/pulseaudio
LD_LIBRARY_PATH: $LD_LIBRARY_PATH:$SNAP/usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/pulseaudio