parent
441be81543
commit
40891d6b43
|
@ -3505,7 +3505,7 @@ class ImageTag {
|
|||
case 'linux':
|
||||
return 'ubuntu';
|
||||
default:
|
||||
throw new Error('The Operating System of this runner is not yet supported.');
|
||||
return '';
|
||||
}
|
||||
}
|
||||
static getTargetPlatformToTargetPlatformSuffixMap(platform, version) {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -60,7 +60,7 @@ class ImageTag {
|
|||
case 'linux':
|
||||
return 'ubuntu';
|
||||
default:
|
||||
throw new Error('The Operating System of this runner is not yet supported.');
|
||||
return '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue