Skip to content

Commit

Permalink
support more debians
Browse files Browse the repository at this point in the history
  • Loading branch information
vilmibm committed Sep 16, 2020
1 parent b2e36a0 commit f46ebf9
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
popd
- name: Run reprepro
env:
RELEASES: "focal stable bionic trusty precise xenial"
RELEASES: "focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial"
run: |
mkdir -p upload
for release in $RELEASES; do
Expand Down
56 changes: 56 additions & 0 deletions script/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,62 @@ Components: main
Description: The GitHub CLI - debian stable repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: oldstable
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian oldstable repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: testing
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian testing repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: unstable
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian unstable repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: buster
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian buster repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: bullseye
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian bullseye repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: stretch
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian stretch repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: jessie
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - debian jessie repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: focal
Expand Down

0 comments on commit f46ebf9

Please sign in to comment.