diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index ec6dfa428..d9d68806f 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -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 diff --git a/script/distributions b/script/distributions index df43c5940..5af84b6b3 100644 --- a/script/distributions +++ b/script/distributions @@ -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