Merge ~mthaddon/autocert-charm/+git/autocert-charm:build-series into autocert-charm:master

Proposed by Tom Haddon
Status: Merged
Approved by: 🤖 Canonical IS Review Bot
Approved revision: 1adc5de576bbbd0d89d7ffd39c50a01b4f3df598
Merged at revision: 2a127ef7dd6fc82f24b49203c3a565326dc17df7
Proposed branch: ~mthaddon/autocert-charm/+git/autocert-charm:build-series
Merge into: autocert-charm:master
Diff against target: 30 lines (+12/-8)
1 file modified
charmcraft.yaml (+12/-8)
Reviewer Review Type Date Requested Status
🤖 Canonical IS Review Bot Approve
Canonical IS Reviewers Pending
Review via email: mp+445443@code.launchpad.net

Commit message

Update charmcraft so the charm builds for supported series

Description of the change

Update charmcraft so the charm builds for supported series.

Latest published version only claims to support 22.04 due to changes in charmcraft.yaml. This restores the ability to deploy on supported series.

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Review Bot (canonical-is-reviewbot) wrote :

Proxy approval for axino

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 2a127ef7dd6fc82f24b49203c3a565326dc17df7

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/charmcraft.yaml b/charmcraft.yaml
2index 9a0f297..a9e8c86 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -1,13 +1,17 @@
6 type: "charm"
7 bases:
8- - name: "ubuntu"
9- channel: "16.04"
10- - name: "ubuntu"
11- channel: "18.04"
12- - name: "ubuntu"
13- channel: "20.04"
14- - name: "ubuntu"
15- channel: "22.04"
16+ - build-on:
17+ - name: ubuntu
18+ channel: "18.04"
19+ run-on:
20+ - name: ubuntu
21+ channel: "16.04"
22+ - name: ubuntu
23+ channel: "18.04"
24+ - name: ubuntu
25+ channel: "20.04"
26+ - name: ubuntu
27+ channel: "22.04"
28 parts:
29 charm:
30 source: .

Subscribers

People subscribed via source and target branches

to all changes: