diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 9604b540..4619c823 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -221,7 +221,7 @@ jobs: path: amiberry_*.deb create-release: - needs: [build-macOS-x86_64, build-macOS-apple-silicon, build-debian-bookworm-x86_64, build-debian-bookworm-aarch64, build-debian-bookworm-armhf] + needs: [build-macOS-x86_64, build-macOS-apple-silicon, build-debian-bookworm-x86_64, build-debian-bookworm-aarch64, build-debian-bookworm-armhf, build-debian-bullseye-x86_64, build-debian-bullseye-aarch64, build-debian-bullseye-armhf] runs-on: ubuntu-latest if: github.ref_type == 'tag' && startsWith(github.ref_name, 'v') steps: @@ -251,9 +251,12 @@ jobs: amiberry-debian-bookworm-x86_64/amiberry_*.deb amiberry-debian-bookworm-aarch64/amiberry_*.deb amiberry-debian-bookworm-armhf/amiberry_*.deb + amiberry-debian-bullseye-x86_64/amiberry_*.deb + amiberry-debian-bullseye-aarch64/amiberry_*.deb + amiberry-debian-bullseye-armhf/amiberry_*.deb create-prerelease: - needs: [build-macOS-x86_64, build-macOS-apple-silicon, build-debian-bookworm-x86_64, build-debian-bookworm-aarch64, build-debian-bookworm-armhf] + needs: [build-macOS-x86_64, build-macOS-apple-silicon, build-debian-bookworm-x86_64, build-debian-bookworm-aarch64, build-debian-bookworm-armhf, build-debian-bullseye-x86_64, build-debian-bullseye-aarch64, build-debian-bullseye-armhf] runs-on: ubuntu-latest if: github.ref_type == 'tag' && startsWith(github.ref_name, 'preview-v') steps: @@ -284,3 +287,6 @@ jobs: amiberry-debian-bookworm-x86_64/amiberry_*.deb amiberry-debian-bookworm-aarch64/amiberry_*.deb amiberry-debian-bookworm-armhf/amiberry_*.deb + amiberry-debian-bullseye-x86_64/amiberry_*.deb + amiberry-debian-bullseye-aarch64/amiberry_*.deb + amiberry-debian-bullseye-armhf/amiberry_*.deb