diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 111dbd90..6d30def7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -189,7 +189,7 @@ jobs: done # loop over all supported ubuntu releases - for release in 'jammy' 'noble' 'questing'; do + for release in 'jammy' 'noble' 'questing' 'resolute'; do for deb in ./ubuntu_*.deb; do reprepro -Vb ./ubuntu -C ${{ env.RELEASE_COMPONENT }} includedeb ${release} $deb done diff --git a/README.md b/README.md index 1ced1b4e..d241a59c 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ their corresponding release. - `bookworm` - `bullseye` - `ubuntu` + - `resolute` - `questing` - `noble` - `jammy` diff --git a/ubuntu/conf/distributions b/ubuntu/conf/distributions index 5e78aaa8..c0052243 100644 --- a/ubuntu/conf/distributions +++ b/ubuntu/conf/distributions @@ -15,3 +15,9 @@ Architectures: amd64 arm64 Components: main beta nightly Description: The official home of Sia's Ubuntu packages SignWith: yes + +Codename: resolute +Architectures: amd64 arm64 +Components: main beta nightly +Description: The official home of Sia's Ubuntu packages +SignWith: yes