Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent authored and maaslalani committed Sep 10, 2022
1 parent d3e8365 commit 1620042
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: |
license: MIT

base: core20
base: core22
grade: stable
confinement: strict
compression: lzo
Expand All @@ -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)"
Expand Down

0 comments on commit 1620042

Please sign in to comment.