Skip to content

Commit

Permalink
adding source and build-on, build-for
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSteenNilsen committed Sep 30, 2023
1 parent 3a30c76 commit 378ab44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ confinement: strict
base: core22
adopt-info: zshgpt
architectures:
- build-on: [arm64, armhf, amd64]
- build-on: [amd64]
build-for: [all]

apps:
zshgpt:
Expand All @@ -17,6 +18,7 @@ parts:
zshgpt:
plugin: python
python-packages: [zshgpt]
source: .
override-pull: |
craftctl default
craftctl set version=$(git describe --tags --abbrev=0 | cut -c 2-)

0 comments on commit 378ab44

Please sign in to comment.