From e1accbcef0fb6b590912c9b4ca97ce54ad148441 Mon Sep 17 00:00:00 2001 From: samwiseg0 <2241731+samwiseg0@users.noreply.github.com> Date: Thu, 21 Jan 2021 21:30:33 -0500 Subject: [PATCH] build(armhf): Add libatomic1 to snap build for armhf (#720) --- snap/snapcraft.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index b5dd5491..7aad6406 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -70,6 +70,9 @@ parts: cp -R $SNAPCRAFT_PART_BUILD/node_modules $SNAPCRAFT_PART_INSTALL/ # Remove .github and gitbook as it will fail snap lint rm -rf $SNAPCRAFT_PART_INSTALL/.github && rm $SNAPCRAFT_PART_INSTALL/.gitbook.yaml + stage-packages: + - on armhf: + - libatomic1 stage: [ .next, ./* ] prime: