From 29a22791d2dafb8523284642d17fbf479a8f417a Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Tue, 13 May 2025 11:35:43 +0200 Subject: [PATCH] feat(core): add 'postmarketos' to supported OS list --- bootstrap/helpers/constants.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/helpers/constants.php b/bootstrap/helpers/constants.php index 3fac52ccd..d67497e4e 100644 --- a/bootstrap/helpers/constants.php +++ b/bootstrap/helpers/constants.php @@ -51,6 +51,7 @@ const SUPPORTED_OS = [ 'sles opensuse-leap opensuse-tumbleweed', 'arch', 'alpine', + 'postmarketos', ]; const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];