Skip to content

Commit

Permalink
Add support for new Ubuntu, Kali linux (cli#3645)
Browse files Browse the repository at this point in the history
Co-authored-by: vilmibm <[email protected]>
  • Loading branch information
mislav and vilmibm authored May 18, 2021
1 parent 29908d7 commit 068ad31
Show file tree
Hide file tree
Showing 2 changed files with 27 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 @@ -80,7 +80,7 @@ jobs:
popd
- name: Run reprepro
env:
RELEASES: "cosmic eoan disco groovy focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial"
RELEASES: "cosmic eoan disco groovy focal stable oldstable testing unstable buster bullseye stretch jessie bionic trusty precise xenial hirsute impish kali-rolling"
run: |
mkdir -p upload
for release in $RELEASES; do
Expand Down
26 changes: 26 additions & 0 deletions script/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,29 @@ Components: main
Description: The GitHub CLI - ubuntu cosmic repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu

Origin: gh
Label: gh
Codename: hirsute
Architectures: i386 amd64 armhf arm64
Components: main
Description: The GitHub CLI - ubuntu hirsute repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu

Origin: gh
Label: gh
Codename: kali-rolling
Architectures: i386 amd64 armhf arm64
Components: main
Description: The GitHub CLI - kali repo
SignWith: C99B11DEB97541F0

Origin: gh
Label: gh
Codename: impish
Architectures: i386 amd64 armhf arm64
Components: main
Description: The GitHub CLI - ubuntu impish repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu

0 comments on commit 068ad31

Please sign in to comment.