Comment 3 for bug 1975491

Revision history for this message
Robert Gildein (rgildein) wrote (last edit ):

I ran into the same problem here, I tried to build on 22.04 (current
master branch), but charmcraft 1.5/stable does not support built
on 22.04 and the current charmcraft.yaml file does not work for
a newer version of charmcraft.

This is a snippet from my bundle where I use jammy series.
```yaml
octavia-diskimage-retrofit:
    charm: ch:octavia-diskimage-retrofit
    channel: yoga/edge
    options:
      amp-image-tag: 'octavia-amphora'
      retrofit-series: jammy
```