Add SUPPORTED_OS constant based on /etc/os-release
This commit is contained in:
parent
1c386db41d
commit
e6f7e32037
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
'quay.io/minio/minio',
|
||||
];
|
||||
|
||||
// Based on /etc/os-release
|
||||
const SUPPORTED_OS = [
|
||||
'ubuntu debian raspbian',
|
||||
'centos fedora rhel ol rocky',
|
||||
|
|
|
|||
Loading…
Reference in a new issue