blob: c8374f3065beac33aff0b7f698ef20a288c2bdc5 [file] [log] [blame]
Patricia Reinosod5b463c2023-05-31 08:37:18 +00001# Copyright 2021 Canonical Ltd.
2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may
4# not use this file except in compliance with the License. You may obtain
5# a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14#
15# For those usages not covered by the Apache License, Version 2.0 please
16# contact: legal@canonical.com
17#
18
19type: "charm"
20bases:
21 - build-on:
22 - name: "ubuntu"
23 channel: "22.04"
24 run-on:
25 - name: "ubuntu"
26 channel: "22.04"
27parts:
28 charm:
29 build-packages:
30 - git