-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcharmcraft.yaml
62 lines (62 loc) · 1.7 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Learn more about charmcraft.yaml configuration at:
# https://juju.is/docs/sdk/charmcraft-config
type: "charm"
parts:
charm:
build-packages:
- python3-dev
- libffi-dev
- libssl-dev
- rustc
- cargo
- pkg-config
charm-python-packages:
- setuptools
prime:
- hosts.ini
- ansible.cfg
- playbooks/storage.yaml
- playbooks/tls.yaml
- playbooks/configs.yaml
- files/.placeholder
# Open MR if you want to delist excluded collection
- -venv/ansible_collections/fortinet
- -venv/ansible_collections/cisco
- -venv/ansible_collections/dellemc
- -venv/ansible_collections/netapp
- -venv/ansible_collections/netapp_eseries
- -venv/ansible_collections/f5networks
- -venv/ansible_collections/azure
- -venv/ansible_collections/google
- -venv/ansible_collections/amazon
- -venv/ansible_collections/junipernetworks
- -venv/ansible_collections/vmware
- -venv/ansible_collections/vyos
- -venv/ansible_collections/purestorage
- -venv/ansible_collections/arista
- -venv/ansible_collections/ibm
- -venv/ansible_collections/chocolatey
- -venv/ansible_collections/microsoft
- -venv/ansible_collections/check_point
- -*/**/*.exe
- -*/**/__pycache__/
bases:
- build-on:
- name: "ubuntu"
channel: "22.04"
run-on:
- name: "ubuntu"
channel: "20.04"
architectures:
- amd64
- arm64
- name: "ubuntu"
channel: "22.04"
architectures:
- amd64
- arm64
- name: "ubuntu"
channel: "24.04"
architectures:
- amd64
- arm64