Merge ~hloeung/ubuntu-repository-cache:master into ubuntu-repository-cache:master

Proposed by Haw Loeung
Status: Merged
Approved by: Colin Misare
Approved revision: 24d88aa41f5076577739e70cb8d46c803df85e22
Merged at revision: 60f921ef8516af36d4a078235ebae20401e91bee
Proposed branch: ~hloeung/ubuntu-repository-cache:master
Merge into: ubuntu-repository-cache:master
Diff against target: 18 lines (+5/-2)
1 file modified
charmcraft.yaml (+5/-2)
Reviewer Review Type Date Requested Status
Colin Misare Approve
Canonical IS Reviewers Pending
Review via email: mp+431395@code.launchpad.net

Commit message

Drop support for building with Focal

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
Colin Misare (cmisare) wrote :

LGTM

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

Change successfully merged at revision 60f921ef8516af36d4a078235ebae20401e91bee

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 baa41e8..07c4122 100644
3--- a/charmcraft.yaml
4+++ b/charmcraft.yaml
5@@ -1,8 +1,11 @@
6 type: "charm"
7 bases:
8 - build-on:
9- - name: "ubuntu"
10- channel: "20.04"
11+ # Can't build using Focal, although, probably best to default to build
12+ # with Jammy from now on. See:
13+ # https://github.com/canonical/charmcraft/issues/904
14+ # - name: "ubuntu"
15+ # channel: "20.04"
16 - name: "ubuntu"
17 channel: "22.04"
18 - name: "ubuntu"

Subscribers

People subscribed via source and target branches