From 574abb9cada7828b572ae54a410d6de026491878 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Fri, 2 Jan 2026 02:51:15 +0100 Subject: [PATCH] host-release: allow to build on `resolute` --- lib/functions/host/host-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/host/host-release.sh b/lib/functions/host/host-release.sh index d4c8a5b33c..5dd747f06e 100644 --- a/lib/functions/host/host-release.sh +++ b/lib/functions/host/host-release.sh @@ -33,7 +33,7 @@ function obtain_and_check_host_release_and_arch() { # # NO_HOST_RELEASE_CHECK overrides the check for a supported host system # Disable host OS check at your own risk. Any issues reported with unsupported releases will be closed without discussion - if [[ -z $HOSTRELEASE || "bookworm trixie forky sid jammy kinetic lunar vanessa vera victoria virginia wilma mantic noble" != *"$HOSTRELEASE"* ]]; then + if [[ -z $HOSTRELEASE || "bookworm trixie forky sid jammy kinetic lunar vanessa vera victoria virginia wilma mantic noble resolute" != *"$HOSTRELEASE"* ]]; then if [[ $NO_HOST_RELEASE_CHECK == yes ]]; then display_alert "You are running on an unsupported system" "${HOSTRELEASE:-(unknown)}" "wrn" display_alert "Do not report any errors, warnings or other issues encountered beyond this point" "" "wrn"