Skip to content

Commit 74665b2

Browse files
committed
support more ubuntus
1 parent 9a8deb0 commit 74665b2

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

.github/workflows/releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
popd
7979
- name: Run reprepro
8080
env:
81-
RELEASES: "focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial"
81+
RELEASES: "cosmic eoan disco groovy focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial"
8282
run: |
8383
mkdir -p upload
8484
for release in $RELEASES; do

script/distributions

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,39 @@ Components: main
106106
Description: The GitHub CLI - ubuntu xenial repo
107107
SignWith: C99B11DEB97541F0
108108
DebOverride: override.ubuntu
109+
110+
Origin: gh
111+
Label: gh
112+
Codename: groovy
113+
Architectures: i386 amd64 arm64
114+
Components: main
115+
Description: The GitHub CLI - ubuntu groovy repo
116+
SignWith: C99B11DEB97541F0
117+
DebOverride: override.ubuntu
118+
119+
Origin: gh
120+
Label: gh
121+
Codename: eoan
122+
Architectures: i386 amd64 arm64
123+
Components: main
124+
Description: The GitHub CLI - ubuntu eoan repo
125+
SignWith: C99B11DEB97541F0
126+
DebOverride: override.ubuntu
127+
128+
Origin: gh
129+
Label: gh
130+
Codename: disco
131+
Architectures: i386 amd64 arm64
132+
Components: main
133+
Description: The GitHub CLI - ubuntu disco repo
134+
SignWith: C99B11DEB97541F0
135+
DebOverride: override.ubuntu
136+
137+
Origin: gh
138+
Label: gh
139+
Codename: cosmic
140+
Architectures: i386 amd64 arm64
141+
Components: main
142+
Description: The GitHub CLI - ubuntu cosmic repo
143+
SignWith: C99B11DEB97541F0
144+
DebOverride: override.ubuntu

0 commit comments

Comments
 (0)