mirror of
https://github.com/sct/overseerr.git
synced 2025-09-17 17:24:35 +02:00
build(armhf): Add libatomic1 to snap build for armhf (#720)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user