Skip to content

Commit

Permalink
chore: use new charcraft syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Belanger <guillaume.belanger27@gmail.com>
  • Loading branch information
gruyaume committed Dec 2, 2024
1 parent 992abde commit 63a9352
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,27 +27,11 @@ assumes:
- juju >= 3.1

type: charm
bases:
- build-on:
- name: ubuntu
channel: "24.04"
architectures:
- amd64
run-on:
- name: ubuntu
channel: "24.04"
architectures:
- amd64
- build-on:
- name: ubuntu
channel: "24.04"
architectures:
- arm64
run-on:
- name: ubuntu
channel: "24.04"
architectures:
- arm64
base: ubuntu@24.04
build-base: ubuntu@24.04
platforms:
amd64:
arm64:

parts:
charm:
Expand Down

0 comments on commit 63a9352

Please sign in to comment.