Skip to content

Commit a37a985

Browse files
committed
switch to old syntax
1 parent c9050f7 commit a37a985

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

charmcraft.yaml

+12-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,18 @@ type: charm
1111
# (ST124 syntax is needed to enable multi-base charms with Ubuntu 24.04. We use ST124 syntax across
1212
# all of our charms [even those that aren't multi base] for consistency and to simplify CI/CD
1313
# maintenance & tooling)
14-
platforms:
15-
16-
# TODO: enable after charmcraft 3 migration
17-
14+
# platforms:
15+
16+
# # TODO: enable after charmcraft 3 migration
17+
18+
bases:
19+
- build-on:
20+
- name: "ubuntu"
21+
channel: "22.04"
22+
run-on:
23+
- name: "ubuntu"
24+
channel: "22.04"
25+
1826
parts:
1927
files:
2028
plugin: dump

0 commit comments

Comments
 (0)