Skip to content

Commit

Permalink
ci: add back 24.04 build
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 15, 2024
1 parent 4c5c2a3 commit ac98e57
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,18 @@ jobs:
container: variar/klogg_ubuntu22.04
cmake_opts:

- os: ubuntu_noble
os_version: 24.04
arch: x64
check_command: apt-get update && apt install --dry-run /usr/local/klogg*.deb
cpack_gen: DEB
artifacts_id: noble
package_suffix: deb
check_container: ubuntu:24.04
container_root: docker/ubuntu24.04
container: variar/klogg_ubuntu24.04
cmake_opts:

- os: ubuntu_appimage
os_version: 20.04
arch: x64
Expand Down

0 comments on commit ac98e57

Please sign in to comment.