Merge pull request #2737 from DerrikMilligan/patch-1
fix: Add arch as supported os
This commit is contained in:
commit
6ba3d5f86e
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
'ubuntu debian raspbian',
|
'ubuntu debian raspbian',
|
||||||
'centos fedora rhel ol rocky amzn almalinux',
|
'centos fedora rhel ol rocky amzn almalinux',
|
||||||
'sles opensuse-leap opensuse-tumbleweed',
|
'sles opensuse-leap opensuse-tumbleweed',
|
||||||
|
'arch',
|
||||||
];
|
];
|
||||||
|
|
||||||
const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];
|
const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue