support more ubuntus
This commit is contained in:
parent
9a8deb08fb
commit
74665b213a
2 changed files with 37 additions and 1 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 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"
|
||||
run: |
|
||||
mkdir -p upload
|
||||
for release in $RELEASES; do
|
||||
|
|
|
|||
|
|
@ -106,3 +106,39 @@ Components: main
|
|||
Description: The GitHub CLI - ubuntu xenial repo
|
||||
SignWith: C99B11DEB97541F0
|
||||
DebOverride: override.ubuntu
|
||||
|
||||
Origin: gh
|
||||
Label: gh
|
||||
Codename: groovy
|
||||
Architectures: i386 amd64 arm64
|
||||
Components: main
|
||||
Description: The GitHub CLI - ubuntu groovy repo
|
||||
SignWith: C99B11DEB97541F0
|
||||
DebOverride: override.ubuntu
|
||||
|
||||
Origin: gh
|
||||
Label: gh
|
||||
Codename: eoan
|
||||
Architectures: i386 amd64 arm64
|
||||
Components: main
|
||||
Description: The GitHub CLI - ubuntu eoan repo
|
||||
SignWith: C99B11DEB97541F0
|
||||
DebOverride: override.ubuntu
|
||||
|
||||
Origin: gh
|
||||
Label: gh
|
||||
Codename: disco
|
||||
Architectures: i386 amd64 arm64
|
||||
Components: main
|
||||
Description: The GitHub CLI - ubuntu disco repo
|
||||
SignWith: C99B11DEB97541F0
|
||||
DebOverride: override.ubuntu
|
||||
|
||||
Origin: gh
|
||||
Label: gh
|
||||
Codename: cosmic
|
||||
Architectures: i386 amd64 arm64
|
||||
Components: main
|
||||
Description: The GitHub CLI - ubuntu cosmic repo
|
||||
SignWith: C99B11DEB97541F0
|
||||
DebOverride: override.ubuntu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue