charm-pacemaker-remote/charmcraft.yaml
Corey Bryant bb4d402474 Add mantic support
Change-Id: I5c0b66cdbbef9ea8fcac83039bf2d1f9ccd4f804
2023-08-23 08:58:41 -04:00

28 lines
589 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]
- name: ubuntu
channel: "23.10"
architectures: [amd64, s390x, ppc64el, arm64]