Add noble to the build matrix

This commit is contained in:
Adam Lamar 2024-12-16 17:57:40 -07:00
parent a64806061b
commit d2662c473a

View File

@ -57,15 +57,19 @@ jobs:
matrix:
target:
- jammy
- noble
include:
- target: jammy
image_variant: jammy
lib_postfix: '/x86_64-linux-gnu'
- target: noble
image_variant: noble
lib_postfix: '/x86_64-linux-gnu'
env:
HOME: /home/runner
runs-on: ubuntu-22.04
container:
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-11-06
image: ghcr.io/kiwix/kiwix-build_ci_${{matrix.image_variant}}:2024-12-17
steps:
- name: Install dependencies