fix: use diddlesnaps/snapcraft-multiarch-action to generate arm64 snap (#949)

This commit is contained in:
Baptiste Augrain
2021-12-18 02:25:18 +01:00
committed by GitHub
parent 3103c80234
commit 99840540ac
5 changed files with 19 additions and 41 deletions

View File

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

View File

@@ -1,15 +0,0 @@
#!/bin/bash
set -e
CALLER_DIR=$( pwd )
cd "$( dirname "${BASH_SOURCE[0]}" )"
echo "$SNAP_STORE_LOGIN" | snapcraft login --with -
snapcraft upload --release=stable *.snap
snapcraft logout
cd "${CALLER_DIR}"

View File

@@ -73,7 +73,7 @@ parts:
after:
- codium
plugin: dump
source: local
source: snap/local
apps:
codium: