Reduce number of Linux binaries
This commit is contained in:
@@ -33,13 +33,12 @@ const REPERTORY_UI_BRANCH = '1.3.x_branch';
|
||||
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.3.json';
|
||||
exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';
|
||||
|
||||
exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux.sh';
|
||||
exports.LINUX_DETECT_SCRIPT_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/detect_linux2.sh';
|
||||
|
||||
exports.LINUX_SELECTABLE_PLATFORMS = [
|
||||
'ubuntu18.04',
|
||||
'ubuntu18.10',
|
||||
'ubuntu19.04',
|
||||
'ubuntu19.10'
|
||||
'centos7',
|
||||
'debian9',
|
||||
'debian10',
|
||||
];
|
||||
|
||||
exports.DATA_LOCATIONS = {
|
||||
|
||||
Reference in New Issue
Block a user