Merge pull request #3352 from KalvadTech/alpine_support

Implement support for Alpine Linux
This commit is contained in:
Andras Bacsai
2024-09-10 14:52:25 +02:00
committed by GitHub
5 changed files with 253 additions and 155 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'];