From 1620042f2743e4a8b0f4413e43086cd64df38036 Mon Sep 17 00:00:00 2001 From: kz6fittycent Date: Fri, 9 Sep 2022 22:24:44 -0500 Subject: [PATCH] Update snapcraft.yaml --- snap/snapcraft.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e2b51256..31568074 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -12,7 +12,7 @@ description: | license: MIT -base: core20 +base: core22 grade: stable confinement: strict compression: lzo @@ -34,14 +34,19 @@ apps: - bin/homeishome-launch plugs: - home + - ssh-keys + - ssh-public-keys + - network + - network-bind parts: slides: source: https://github.com/maaslalani/slides source-type: git plugin: go - go-channel: latest/stable - + build-snaps: + - go + override-pull: | snapcraftctl pull snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"