This commit is contained in:
George Adams 2024-08-16 10:20:34 +01:00
parent 0685457b96
commit a3755773a1
No known key found for this signature in database
GPG key ID: 7B8D7E4421A0916D

7
dist/setup/index.js vendored
View file

@ -125230,6 +125230,11 @@ class TemurinDistribution extends base_installer_1.JavaBase {
return 'mac';
case 'win32':
return 'windows';
case 'linux':
if (fs_1.default.existsSync('/etc/alpine-release')) {
return 'alpine-linux';
}
return 'linux';
default:
return process.platform;
}
@ -127946,4 +127951,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
;
;