We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f100630 + a9c587d commit d9d6671Copy full SHA for d9d6671
snap/snapcraft.yaml
@@ -5,8 +5,6 @@ description: charmstore-client and charm-tools
5
confinement: classic
6
grade: stable
7
base: core18
8
-architectures:
9
- - amd64
10
apps:
11
charm:
12
command: bin/wrappers/charm
@@ -24,15 +22,15 @@ parts:
24
22
- bzr
25
23
- python3-pip
26
stage-snaps:
27
- - bhttp
+ - bhttp/latest/edge
28
override-build: |
29
snapcraftctl build
30
pip3 install vergit
31
vergit --format=json > $SNAPCRAFT_PART_INSTALL/charmstore-client-version
32
bhttp:
33
plugin: nil
34
35
36
stage:
37
- bin/bhttp
38
charm-tools:
0 commit comments