charm-manila-dashboard/charmcraft.yaml
Alex Kavanagh 170ed895fe Updates for caracal testing support
These updates, on the master branch, are to support testing the caracal
packages and support of the charms for caracal.  They do NOT lock the charms
down, and don't change the testing branches to stable branches.

Change-Id: I9dfc658c2f13a5892e2ff85e72f0d73b65be2d85
2024-02-12 18:20:24 +00:00

25 lines
489 B
YAML

type: charm
parts:
charm:
source: src/
plugin: reactive
build-packages:
- libpython3-dev
build-snaps:
- charm
build-environment:
- CHARM_INTERFACES_DIR: /root/project/interfaces/
- CHARM_LAYERS_DIR: /root/project/layers/
bases:
- build-on:
- name: ubuntu
channel: "22.04"
architectures:
- amd64
run-on:
- name: ubuntu
channel: "22.04"
architectures: [amd64, s390x, ppc64el, arm64]