Skip to content

Commit

Permalink
Migrate test charm(s) to platforms syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jan 10, 2025
1 parent 989a391 commit 7e7a561
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions tests/integration/app-charm/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
# See LICENSE file for licensing details.

type: charm
bases:
- build-on:
- name: "ubuntu"
channel: "22.04"
run-on:
- name: "ubuntu"
channel: "22.04"
platforms:
[email protected]:amd64:
parts:
charm:
plugin: charm

0 comments on commit 7e7a561

Please sign in to comment.