From 3e5b3ff7688ce4d0fd9f57683be678055229b7c3 Mon Sep 17 00:00:00 2001 From: Brad Cowie Date: Thu, 16 May 2024 11:54:17 +1200 Subject: [PATCH] Update ubuntu/debian versions in build matrix. --- .github/workflows/release-debian.yml | 10 +++++++++- .github/workflows/test-debian.yml | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-debian.yml b/.github/workflows/release-debian.yml index cc9512c..8663694 100644 --- a/.github/workflows/release-debian.yml +++ b/.github/workflows/release-debian.yml @@ -33,7 +33,7 @@ jobs: release: "jammy" arch: "amd64" - distro: "ubuntu" - release: "lunar" + release: "noble" arch: "amd64" container: image: ${{ matrix.distro }}:${{ matrix.release }} @@ -95,6 +95,14 @@ jobs: release: "bullseye" image: "bullseye" arch: "aarch64" + - distro: "debian" + release: "bookworm" + image: "bookworm" + arch: "armv7" + - distro: "debian" + release: "bookworm" + image: "bookworm" + arch: "aarch64" - distro: "ubuntu" release: "focal" image: "ubuntu20.04" diff --git a/.github/workflows/test-debian.yml b/.github/workflows/test-debian.yml index 719d676..6d6b85e 100644 --- a/.github/workflows/test-debian.yml +++ b/.github/workflows/test-debian.yml @@ -28,7 +28,7 @@ jobs: release: "jammy" arch: "amd64" - distro: "ubuntu" - release: "lunar" + release: "noble" arch: "amd64" container: image: ${{ matrix.distro }}:${{ matrix.release }} @@ -77,6 +77,14 @@ jobs: release: "bullseye" image: "bullseye" arch: "aarch64" + - distro: "debian" + release: "bookworm" + image: "bookworm" + arch: "armv7" + - distro: "debian" + release: "bookworm" + image: "bookworm" + arch: "aarch64" - distro: "ubuntu" release: "focal" image: "ubuntu20.04"