Skip to content

Commit 866a908

Browse files
ids1024jackpot51
authored andcommitted
Enable builds for Ubuntu 23.04 Lunar
I'm not sure if anything needs to be done elsewhere, or if this is enough to have CI trigger builds for the `pre-stable` PPA. Then the `launchpad` script should be able to copy to `stable`.
1 parent 769de19 commit 866a908

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/launchpad

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if args.dev:
3939
"focal",
4040
"jammy",
4141
"kinetic",
42+
"lunar",
4243
)
4344
else:
4445
owner = lp.people["system76"]

scripts/pop-ci/src/repo.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ impl Suite {
127127
Self("focal", "20.04", true, SuiteDistro::All),
128128
Self("jammy", "22.04", true, SuiteDistro::All),
129129
Self("kinetic", "22.10", false, SuiteDistro::Ubuntu),
130+
Self("lunar", "23.04", false, SuiteDistro::Ubuntu),
130131
];
131132

132133
pub fn new(id: &str) -> Option<Self> {

0 commit comments

Comments
 (0)