X Tutup
Skip to content

Commit 9657a74

Browse files
author
Nate Smith
authored
Merge pull request cli#1713 from cli/debians
support more debians
2 parents 51d6bcb + f46ebf9 commit 9657a74

File tree

2 files changed

+57
-1
lines changed

2 files changed

+57
-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 bionic trusty precise xenial"
81+
RELEASES: "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: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,62 @@ Components: main
66
Description: The GitHub CLI - debian stable repo
77
SignWith: C99B11DEB97541F0
88

9+
Origin: gh
10+
Label: gh
11+
Codename: oldstable
12+
Architectures: i386 amd64 arm64
13+
Components: main
14+
Description: The GitHub CLI - debian oldstable repo
15+
SignWith: C99B11DEB97541F0
16+
17+
Origin: gh
18+
Label: gh
19+
Codename: testing
20+
Architectures: i386 amd64 arm64
21+
Components: main
22+
Description: The GitHub CLI - debian testing repo
23+
SignWith: C99B11DEB97541F0
24+
25+
Origin: gh
26+
Label: gh
27+
Codename: unstable
28+
Architectures: i386 amd64 arm64
29+
Components: main
30+
Description: The GitHub CLI - debian unstable repo
31+
SignWith: C99B11DEB97541F0
32+
33+
Origin: gh
34+
Label: gh
35+
Codename: buster
36+
Architectures: i386 amd64 arm64
37+
Components: main
38+
Description: The GitHub CLI - debian buster repo
39+
SignWith: C99B11DEB97541F0
40+
41+
Origin: gh
42+
Label: gh
43+
Codename: bullseye
44+
Architectures: i386 amd64 arm64
45+
Components: main
46+
Description: The GitHub CLI - debian bullseye repo
47+
SignWith: C99B11DEB97541F0
48+
49+
Origin: gh
50+
Label: gh
51+
Codename: stretch
52+
Architectures: i386 amd64 arm64
53+
Components: main
54+
Description: The GitHub CLI - debian stretch repo
55+
SignWith: C99B11DEB97541F0
56+
57+
Origin: gh
58+
Label: gh
59+
Codename: jessie
60+
Architectures: i386 amd64 arm64
61+
Components: main
62+
Description: The GitHub CLI - debian jessie repo
63+
SignWith: C99B11DEB97541F0
64+
965
Origin: gh
1066
Label: gh
1167
Codename: focal

0 commit comments

Comments
 (0)
X Tutup