Skip to content

Commit a375577

Browse files
committed
add dist
1 parent 0685457 commit a375577

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

dist/setup/index.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125230,6 +125230,11 @@ class TemurinDistribution extends base_installer_1.JavaBase {
125230125230
return 'mac';
125231125231
case 'win32':
125232125232
return 'windows';
125233+
case 'linux':
125234+
if (fs_1.default.existsSync('/etc/alpine-release')) {
125235+
return 'alpine-linux';
125236+
}
125237+
return 'linux';
125233125238
default:
125234125239
return process.platform;
125235125240
}
@@ -127946,4 +127951,4 @@ module.exports = JSON.parse('[[[0,44],"disallowed_STD3_valid"],[[45,46],"valid"]
127946127951
/******/ module.exports = __webpack_exports__;
127947127952
/******/
127948127953
/******/ })()
127949-
;
127954+
;

0 commit comments

Comments
 (0)