Merge pull request #1641 from cli/ubuntus

support older ubuntu LTS versions
This commit is contained in:
Nate Smith 2020-09-09 09:54:07 -05:00 committed by GitHub
commit 49a58977f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 2 deletions

View file

@ -78,7 +78,7 @@ jobs:
popd
- name: Run reprepro
env:
RELEASES: "focal stable"
RELEASES: "focal stable bionic trusty precise xenial"
run: |
mkdir -p upload
for release in $RELEASES; do

View file

@ -13,4 +13,40 @@ Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - ubuntu focal repo
SignWith: C99B11DEB97541F0
DebOverride: override.focal
DebOverride: override.ubuntu
Origin: gh
Label: gh
Codename: precise
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - ubuntu precise repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu
Origin: gh
Label: gh
Codename: bionic
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - ubuntu bionic repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu
Origin: gh
Label: gh
Codename: trusty
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - ubuntu trusty repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu
Origin: gh
Label: gh
Codename: xenial
Architectures: i386 amd64 arm64
Components: main
Description: The GitHub CLI - ubuntu xenial repo
SignWith: C99B11DEB97541F0
DebOverride: override.ubuntu