diff --git a/dist/index.js b/dist/index.js index b2f09488..fbaff0f7 100644 --- a/dist/index.js +++ b/dist/index.js @@ -504,10 +504,10 @@ const stateHelper = __importStar(__webpack_require__(647)); function run() { return __awaiter(this, void 0, void 0, function* () { try { - if (os.platform() !== 'linux') { - core.setFailed('Only supported on linux platform'); - return; - } +// if (os.platform() !== 'linux') { +// core.setFailed('Only supported on linux platform'); +// return; +// } let inputs = yield context_1.getInputs(); stateHelper.setRegistry(inputs.registry); stateHelper.setLogout(inputs.logout); @@ -4151,4 +4151,4 @@ exports.getDockerLoginCmd = (cliVersion, registry, region) => __awaiter(void 0, /***/ }) -/******/ }); \ No newline at end of file +/******/ });