20299b0627
Update the charmcraft.yaml file to use base and platforms, only allowing noble support. - Update osci.yaml to use the charmcraft 3.x/beta - Add noble/oracular to charmhelpers - Drop non-noble tests Change-Id: I34324235b9b839d9c888a80c70243ef27d49da99
22 lines
297 B
YAML
22 lines
297 B
YAML
type: charm
|
|
|
|
parts:
|
|
charm:
|
|
plugin: dump
|
|
source: .
|
|
|
|
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
|