Merge pull request #2737 from DerrikMilligan/patch-1

fix: Add arch as supported os
This commit is contained in:
Andras Bacsai 2024-07-12 10:00:48 +02:00 committed by GitHub
commit 6ba3d5f86e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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