Skip to content
Open
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
3 changes: 3 additions & 0 deletions .github/workflows/build-packages-daily-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
debian-trixie
ubuntu-jammy
ubuntu-noble
ubuntu-resolute
secrets:
DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
Expand Down Expand Up @@ -55,6 +56,7 @@ jobs:
debian-trixie
ubuntu-jammy
ubuntu-noble
ubuntu-resolute
secrets:
DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
Expand Down Expand Up @@ -83,6 +85,7 @@ jobs:
debian-trixie
ubuntu-jammy
ubuntu-noble
ubuntu-resolute
secrets:
DOWNLOADS_AUTOBUILT_SECRET: ${{ secrets.DOWNLOADS_AUTOBUILT_SECRET }}
DOWNLOADS_AUTOBUILT_RSYNCTARGET: ${{ secrets.DOWNLOADS_AUTOBUILT_RSYNCTARGET }}
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
ubuntu-focal
ubuntu-jammy
ubuntu-noble
ubuntu-resolute
ref:
description: git ref to checkout
type: string
Expand Down Expand Up @@ -140,6 +141,8 @@ jobs:
pkghashes-ubuntu-jammy-aarch64: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-jammy-aarch64 }}
pkghashes-ubuntu-noble-x86_64: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-noble-x86_64 }}
pkghashes-ubuntu-noble-aarch64: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-noble-aarch64 }}
pkghashes-ubuntu-resolute-x86_64: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-resolute-x86_64 }}
pkghashes-ubuntu-resolute-aarch64: ${{ steps.pkghashes.outputs.pkghashes-ubuntu-resolute-aarch64 }}
srchashes: ${{ steps.srchashes.outputs.srchashes }}
env:
IS_RELEASE: ${{ inputs.is_release}}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/builder-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ on:
debian-trixie
ubuntu-jammy
ubuntu-noble
ubuntu-resolute
ref:
description: git ref to checkout
type: string
Expand Down
Loading