Fix mac builds (#376)
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@@ -3505,7 +3505,7 @@ class ImageTag {
|
|||||||
case 'linux':
|
case 'linux':
|
||||||
return 'ubuntu';
|
return 'ubuntu';
|
||||||
default:
|
default:
|
||||||
throw new Error('The Operating System of this runner is not yet supported.');
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static getTargetPlatformToTargetPlatformSuffixMap(platform, version) {
|
static getTargetPlatformToTargetPlatformSuffixMap(platform, version) {
|
||||||
|
|||||||
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@@ -60,7 +60,7 @@ class ImageTag {
|
|||||||
case 'linux':
|
case 'linux':
|
||||||
return 'ubuntu';
|
return 'ubuntu';
|
||||||
default:
|
default:
|
||||||
throw new Error('The Operating System of this runner is not yet supported.');
|
return '';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user