Skip to content

Commit ac98e57

Browse files
committed
ci: add back 24.04 build
1 parent 4c5c2a3 commit ac98e57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci-build.yml

+12
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,18 @@ jobs:
9494
container: variar/klogg_ubuntu22.04
9595
cmake_opts:
9696

97+
- os: ubuntu_noble
98+
os_version: 24.04
99+
arch: x64
100+
check_command: apt-get update && apt install --dry-run /usr/local/klogg*.deb
101+
cpack_gen: DEB
102+
artifacts_id: noble
103+
package_suffix: deb
104+
check_container: ubuntu:24.04
105+
container_root: docker/ubuntu24.04
106+
container: variar/klogg_ubuntu24.04
107+
cmake_opts:
108+
97109
- os: ubuntu_appimage
98110
os_version: 20.04
99111
arch: x64

0 commit comments

Comments
 (0)