To spot potential tooling bugs early, we start building and testing the
container of the next debian release as well.
.github/workflows/master.yml | 2 +-
.github/workflows/next.yml | 2 +-
.github/workflows/release.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml
index eabc559b6..331c1ac52 100644
--- a/.github/workflows/master.yml
+++ b/.github/workflows/master.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image-name: ["kas", "kas-isar"]
- distro-release: ["debian-bookworm", "debian-trixie"]
+ distro-release: ["debian-bookworm", "debian-trixie", "debian-forky"]
steps:
- name: Check out repo
uses: actions/checkout@v4
diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml
index 3ff9f46e6..97f3980e6 100644
--- a/.github/workflows/next.yml
+++ b/.github/workflows/next.yml
@@ -60,7 +60,7 @@ jobs:
strategy:
matrix:
image-name: ["kas", "kas-isar"]
- distro-release: ["debian-bookworm", "debian-trixie"]
+ distro-release: ["debian-bookworm", "debian-trixie", "debian-forky"]
steps:
- name: Check out repo
uses: actions/checkout@v4
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4583e2f55..21ccd48ce 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
image-name: ["kas", "kas-isar"]
- distro-release: ["debian-bookworm", "debian-trixie"]
+ distro-release: ["debian-bookworm", "debian-trixie", "debian-forky"]
steps:
- name: Check out repo
uses: actions/checkout@v4
--
2.51.0