forked from CanonicalLtd/prometheus-node-exporter-charm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharmcraft.yaml
44 lines (44 loc) · 845 Bytes
/
charmcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
type: charm
parts:
charm:
build-packages:
- tox
- libffi-dev
- libssl-dev
- python3-pip
- python3-dev
- python3-wheel
- python3-venv
- python3-testresources
- python3-pkg-resources
plugin: reactive
source: .
build-snaps: [charm]
# prime:
# - LICENSE
# - README.md
# - icon.svg
# - config.yaml
# - layer.yaml
# - templates
# - reactive
# - lib
# - metadata.yaml
bases:
- build-on:
- name: "ubuntu"
channel: "22.04"
architectures:
- amd64
- arm64
run-on:
- name: "ubuntu"
channel: "20.04"
architectures:
- amd64
- arm64
- name: "ubuntu"
channel: "22.04"
architectures:
- amd64
- arm64