diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index d2d23bf..f2d04c0 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -68,7 +68,6 @@ jobs: with: directory: ${{ github.workspace }} - create_release: needs: - prebuild @@ -100,6 +99,7 @@ jobs: - build - sign - update_repositories + - create_release runs-on: buildinator-5 steps: - id: push_remote diff --git a/manifest.json b/manifest.json index 7efc3be..bd28053 100644 --- a/manifest.json +++ b/manifest.json @@ -40,6 +40,11 @@ "os_name": "ubuntu-focal", "image": "ci.cr.45d.io/ci/simple/ubuntu-focal:1" }, + { + "group": "debian", + "os_name": "debian-bookworm", + "image": "ci.cr.45d.io/ci/simple/ubuntu-jammy:1" + }, { "group": "ubuntu", "os_name": "ubuntu-jammy", @@ -73,4 +78,4 @@ "packager": "Josh Boudreau ", "changes": [] } -} \ No newline at end of file +} diff --git a/packaging/debian-bookworm/changelog b/packaging/debian-bookworm/changelog index 48981da..bdc7b52 100644 --- a/packaging/debian-bookworm/changelog +++ b/packaging/debian-bookworm/changelog @@ -8,4 +8,4 @@ cockpit-navigator (0.5.10-1bookworm) bookworm; urgency=medium * build for bookworm - -- Brett Kelly Mon, 24 Feb 2025 14:40:50 -0300 \ No newline at end of file + -- Brett Kelly Mon, 24 Feb 2025 14:40:50 -0300