From 44ee86d50cdf6ef19c1d0d9454a0d90eb9f659b3 Mon Sep 17 00:00:00 2001 From: Kang Huaishuai Date: Sat, 26 Sep 2020 17:40:39 +0800 Subject: [PATCH] Update index.js --- dist/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +/******/ });