mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 22:37:58 -05:00
Update snapcraft.yaml
This commit is contained in:
committed by
Maas Lalani
parent
d3e8365c7b
commit
1620042f27
@@ -12,7 +12,7 @@ description: |
|
|||||||
|
|
||||||
license: MIT
|
license: MIT
|
||||||
|
|
||||||
base: core20
|
base: core22
|
||||||
grade: stable
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
compression: lzo
|
compression: lzo
|
||||||
@@ -34,14 +34,19 @@ apps:
|
|||||||
- bin/homeishome-launch
|
- bin/homeishome-launch
|
||||||
plugs:
|
plugs:
|
||||||
- home
|
- home
|
||||||
|
- ssh-keys
|
||||||
|
- ssh-public-keys
|
||||||
|
- network
|
||||||
|
- network-bind
|
||||||
|
|
||||||
parts:
|
parts:
|
||||||
slides:
|
slides:
|
||||||
source: https://github.com/maaslalani/slides
|
source: https://github.com/maaslalani/slides
|
||||||
source-type: git
|
source-type: git
|
||||||
plugin: go
|
plugin: go
|
||||||
go-channel: latest/stable
|
build-snaps:
|
||||||
|
- go
|
||||||
|
|
||||||
override-pull: |
|
override-pull: |
|
||||||
snapcraftctl pull
|
snapcraftctl pull
|
||||||
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
|
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
|
||||||
|
|||||||
Reference in New Issue
Block a user