mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-07 21:43: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
|
||||
|
||||
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)"
|
||||
|
||||
Reference in New Issue
Block a user