Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ their corresponding release.
- `bookworm`
- `bullseye`
- `ubuntu`
- `resolute`
- `questing`
- `noble`
- `jammy`
Expand Down
6 changes: 6 additions & 0 deletions ubuntu/conf/distributions
Original file line number Diff line number Diff line change
Expand Up @@ -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