
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: I23a62754654b725fffe8e40714a9aae391e2053c
27 lines
543 B
YAML
27 lines
543 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
source: src/
|
|
plugin: reactive
|
|
reactive-charm-build-arguments:
|
|
- --verbose
|
|
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]
|