Implementing support for Alpine Linux

This commit is contained in:
Loïc Tosser
2024-09-07 10:35:26 +04:00
parent 3eb909d3bc
commit 5ef2d476a4
3 changed files with 127 additions and 78 deletions

View File

@@ -46,6 +46,7 @@ const SUPPORTED_OS = [
'centos fedora rhel ol rocky amzn almalinux',
'sles opensuse-leap opensuse-tumbleweed',
'arch',
'alpine',
];
const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];