Skip to content

Commit

Permalink
Core24 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
kz6fittycent authored Aug 3, 2024
1 parent 5d69be8 commit 57dc4c0
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,21 @@ description: |
license: MIT

base: core22
base: core24
grade: stable
confinement: strict
compression: lzo

architectures:
- build-on: amd64
- build-on: arm64
- build-on: armhf
- build-on: ppc64el
- build-on: s390x
platforms:
amd64:
build-on: [amd64]
build-for: [amd64]
arm64:
build-on: [arm64]
build-for: [arm64]
s390x:
build-on: [s390x]
build-for: [s390x]

assumes:
- command-chain
Expand All @@ -48,8 +52,8 @@ parts:
- go

override-pull: |
snapcraftctl pull
snapcraftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
craftctl pull
craftctl set-version "$(git describe --tags | sed 's/^v//' | cut -d "-" -f1)"
homeishome-launch:
plugin: nil
Expand Down

0 comments on commit 57dc4c0

Please sign in to comment.