Ensure that kinetic/22.10 is enabled
This patch adds kinetic to the metadata.yaml and ensures that a run-on base for 22.10 is added in the charmcraft.yaml Change-Id: I9107920cf997f6537b722e1bc4db9188fa966019
This commit is contained in:
parent
0eeb90b755
commit
d86089f18f
@ -29,3 +29,6 @@ bases:
|
||||
- name: ubuntu
|
||||
channel: "22.04"
|
||||
architectures: [amd64, s390x, ppc64el, arm64]
|
||||
- name: ubuntu
|
||||
channel: "22.10"
|
||||
architectures: [amd64, s390x, ppc64el, arm64]
|
||||
|
@ -12,6 +12,7 @@ tags:
|
||||
- misc
|
||||
series:
|
||||
- jammy
|
||||
- kinetic
|
||||
subordinate: true
|
||||
provides:
|
||||
storage-backend:
|
||||
|
Loading…
Reference in New Issue
Block a user