Skip to content

Commit bc64cb1

Browse files
committed
Merge branch 'build' of github.com:45Drives/cockpit-navigator into build
2 parents 4c015b4 + 11f9209 commit bc64cb1

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/build-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
with:
6969
directory: ${{ github.workspace }}
7070

71-
7271
create_release:
7372
needs:
7473
- prebuild
@@ -100,6 +99,7 @@ jobs:
10099
- build
101100
- sign
102101
- update_repositories
102+
- create_release
103103
runs-on: buildinator-5
104104
steps:
105105
- id: push_remote

manifest.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
"os_name": "ubuntu-focal",
4141
"image": "ci.cr.45d.io/ci/simple/ubuntu-focal:1"
4242
},
43+
{
44+
"group": "debian",
45+
"os_name": "debian-bookworm",
46+
"image": "ci.cr.45d.io/ci/simple/ubuntu-jammy:1"
47+
},
4348
{
4449
"group": "ubuntu",
4550
"os_name": "ubuntu-jammy",
@@ -73,4 +78,4 @@
7378
"packager": "Josh Boudreau <jboudreau@45drives.com>",
7479
"changes": []
7580
}
76-
}
81+
}

packaging/debian-bookworm/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cockpit-navigator (0.5.10-1bookworm) bookworm; urgency=medium
88

99
* build for bookworm
1010

11-
-- Brett Kelly <bkelly@45drives.com> Mon, 24 Feb 2025 14:40:50 -0300
11+
-- Brett Kelly <bkelly@45drives.com> Mon, 24 Feb 2025 14:40:50 -0300

0 commit comments

Comments
 (0)