Skip to content

Commit 65a618d

Browse files
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`
1 parent e9158b7 commit 65a618d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bootstrap/helpers/constants.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
'ubuntu debian raspbian',
4141
'centos fedora rhel ol rocky amzn almalinux',
4242
'sles opensuse-leap opensuse-tumbleweed',
43+
'arch',
4344
];
4445

4546
const SHARED_VARIABLE_TYPES = ['team', 'project', 'environment'];

0 commit comments

Comments
 (0)