Skip to content

Commit a9c587d

Browse files
committed
Use bhttp from latest/edge
the bhttp snap is available in latest/edge for the architectures we care about.
1 parent f100630 commit a9c587d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

snap/snapcraft.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ description: charmstore-client and charm-tools
55
confinement: classic
66
grade: stable
77
base: core18
8-
architectures:
9-
- amd64
108
apps:
119
charm:
1210
command: bin/wrappers/charm
@@ -24,15 +22,15 @@ parts:
2422
- bzr
2523
- python3-pip
2624
stage-snaps:
27-
- bhttp
25+
- bhttp/latest/edge
2826
override-build: |
2927
snapcraftctl build
3028
pip3 install vergit
3129
vergit --format=json > $SNAPCRAFT_PART_INSTALL/charmstore-client-version
3230
bhttp:
3331
plugin: nil
3432
stage-snaps:
35-
- bhttp
33+
- bhttp/latest/edge
3634
stage:
3735
- bin/bhttp
3836
charm-tools:

0 commit comments

Comments
 (0)