Add arch as supported os
Update `SUPPORTED_OS` to include the id `arch`. The install script supports `arch` but you can't proceed with a server install because `arch` isn't a `SUPPORTED_OS`
This commit is contained in:
parent
e9158b7305
commit
65a618d019
@ -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 New Issue
Block a user