Skip to content

Commit 45e428e

Browse files
authored
PPA: Add Ubuntu Questing (25.10) to daily builds (#7329)
1 parent 16d2650 commit 45e428e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/daily_packaging.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
series: [plucky, noble, jammy]
33+
series:
34+
- jammy # 22.04
35+
- noble # 24.04
36+
- plucky # 25.04
37+
- questing # 25.10
3438
uses: ./.github/workflows/package_ppa.yml
3539
with:
3640
ppa_repo: ppa:meshtastic/daily

.github/workflows/release_channels.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
series: [plucky, noble, jammy]
23+
series:
24+
- jammy # 22.04
25+
- noble # 24.04
26+
- plucky # 25.04
27+
# - questing # 25.10
2428
uses: ./.github/workflows/package_ppa.yml
2529
with:
2630
ppa_repo: |-

0 commit comments

Comments
 (0)