2022-01-27 14:13:08 +00:00
|
|
|
type: charm
|
|
|
|
|
|
|
|
parts:
|
|
|
|
charm:
|
2022-06-10 20:14:47 +00:00
|
|
|
source: src/
|
|
|
|
plugin: reactive
|
2023-04-11 15:33:41 -04:00
|
|
|
build-packages:
|
|
|
|
- libpython3-dev
|
2022-06-10 20:14:47 +00:00
|
|
|
build-snaps:
|
2024-09-04 17:23:36 +00:00
|
|
|
- charm/latest/edge
|
2022-06-10 20:14:47 +00:00
|
|
|
build-environment:
|
|
|
|
- CHARM_INTERFACES_DIR: /root/project/interfaces/
|
|
|
|
- CHARM_LAYERS_DIR: /root/project/layers/
|
2022-01-27 14:13:08 +00:00
|
|
|
|
2024-09-04 17:23:36 +00:00
|
|
|
base: ubuntu@24.04
|
|
|
|
platforms:
|
|
|
|
amd64:
|
|
|
|
build-on: amd64
|
|
|
|
build-for: amd64
|
|
|
|
arm64:
|
|
|
|
build-on: arm64
|
|
|
|
build-for: arm64
|
|
|
|
ppc64el:
|
|
|
|
build-on: ppc64el
|
|
|
|
build-for: ppc64el
|
|
|
|
s390x:
|
|
|
|
build-on: s390x
|
|
|
|
build-for: s390x
|