Skip to content

Commit

Permalink
Merge pull request #670 from freyes/fix-multi-arch
Browse files Browse the repository at this point in the history
Use bhttp from latest/edge
  • Loading branch information
ajkavanagh authored Nov 22, 2023
2 parents f100630 + a9c587d commit d9d6671
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ description: charmstore-client and charm-tools
confinement: classic
grade: stable
base: core18
architectures:
- amd64
apps:
charm:
command: bin/wrappers/charm
Expand All @@ -24,15 +22,15 @@ parts:
- bzr
- python3-pip
stage-snaps:
- bhttp
- bhttp/latest/edge
override-build: |
snapcraftctl build
pip3 install vergit
vergit --format=json > $SNAPCRAFT_PART_INSTALL/charmstore-client-version
bhttp:
plugin: nil
stage-snaps:
- bhttp
- bhttp/latest/edge
stage:
- bin/bhttp
charm-tools:
Expand Down

0 comments on commit d9d6671

Please sign in to comment.