feat(core): add 'postmarketos' to supported OS list

This commit is contained in:
Andras Bacsai
2025-05-13 11:35:43 +02:00
parent cce8db3b8f
commit 29a22791d2

View File

@@ -51,6 +51,7 @@ const SUPPORTED_OS = [
'sles opensuse-leap opensuse-tumbleweed', 'sles opensuse-leap opensuse-tumbleweed',
'arch', 'arch',
'alpine', 'alpine',
'postmarketos',
]; ];
const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment']; const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];