From 6f8a55775af4598d5143f985f43ba49fe5735f3b Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Wed, 21 Jun 2023 10:54:26 +0200 Subject: [PATCH] distro/netmodule-linux: Mark debian 12 as valid build host --- conf/distro/netmodule-linux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/distro/netmodule-linux.conf b/conf/distro/netmodule-linux.conf index b6d1a9a..30bee33 100644 --- a/conf/distro/netmodule-linux.conf +++ b/conf/distro/netmodule-linux.conf @@ -3,6 +3,7 @@ TARGET_VENDOR = "-netmodule" SANITY_TESTED_DISTROS ?= " \ debian-10 \n \ debian-11 \n \ + debian-12 \n \ " # Make shared states compatible with all build host