3dadc053a4
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: I2dbb764d39c8fc95ec9bf4acb621d02f6174940a
35 lines
595 B
YAML
35 lines
595 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
plugin: dump
|
|
source: .
|
|
prime:
|
|
- actions/*
|
|
- charmhelpers/*
|
|
- files/*
|
|
- hooks/*
|
|
- lib/*
|
|
- swift_manager/*
|
|
- templates/*
|
|
- actions.yaml
|
|
- config.yaml
|
|
- copyright
|
|
- hardening.yaml
|
|
- icon.svg
|
|
- LICENSE
|
|
- Makefile
|
|
- metadata.yaml
|
|
- README.md
|
|
|
|
bases:
|
|
- build-on:
|
|
- name: ubuntu
|
|
channel: "22.04"
|
|
architectures:
|
|
- amd64
|
|
run-on:
|
|
- name: ubuntu
|
|
channel: "22.04"
|
|
architectures: [amd64, s390x, ppc64el, arm64]
|