Merge pull request #1641 from cli/ubuntus
support older ubuntu LTS versions
This commit is contained in:
commit
49a58977f1
3 changed files with 38 additions and 2 deletions
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue