fix: build differently so arm64 can be generated (#946)

This commit is contained in:
Baptiste Augrain
2021-12-18 01:24:22 +01:00
committed by GitHub
parent 36b06dd66b
commit 02755e7599
6 changed files with 29 additions and 4 deletions

13
stores/snapcraft/build.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
set -e
CALLER_DIR=$( pwd )
cd "$( dirname "${BASH_SOURCE[0]}" )"
sg lxd -c 'snapcraft --use-lxd'
ls -la
cd "${CALLER_DIR}"