Skip to content

Commit

Permalink
build(snap): update stage-packages for armhf
Browse files Browse the repository at this point in the history
libgpgme11 and libbtrfs0 don't exist on armhf, so we must use the 't64' packages
that exist in all archs.
  • Loading branch information
tigarmo committed Dec 17, 2024
1 parent f0e8fe0 commit 15c0987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ parts:
mkdir "$CRAFT_PART_INSTALL"/bin
install -m755 skopeo "$CRAFT_PART_INSTALL"/bin/skopeo
stage-packages:
- libgpgme11
- libgpgme11t64
- libassuan0
- libbtrfs0
- libbtrfs0t64
- libdevmapper1.02.1
build-attributes:
- enable-patchelf
Expand Down

0 comments on commit 15c0987

Please sign in to comment.