From 89b3f7204baadae018a7ad0f7a967cb5d2a9754d Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 15:13:54 +0300 Subject: [PATCH 1/7] feat: add alpine arm --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e0e82b3bc..fdcc11027 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.87.3", + "version": "0.87.4", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true, @@ -9,7 +9,7 @@ "test": "jest .spec.js --coverage", "e2e": "bash e2e/e2e.spec.sh", "eslint": "eslint --fix lib/logic/**", - "pkg": "pkg . -t node16-alpine-x64,node16-macos-x64,node16-linux-x64,node16-win-x64,node16-linux-arm64 --out-path ./dist", + "pkg": "pkg . -t node16-alpine-x64,node16-alpine-arm64,node16-macos-x64,node16-linux-x64,node16-win-x64,node16-linux-arm64 --out-path ./dist", "serve-docs": "yarn build-local-docs && cd temp && hugo server -D", "serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D", "build-local-docs": "node ./docs/index.js", @@ -115,4 +115,4 @@ "./test-setup.js" ] } -} +} \ No newline at end of file From ee3d05e50589304b2701d5c2e3c67befae97e613 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 15:36:04 +0300 Subject: [PATCH 2/7] feat: add alpine arm --- docs/index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/index.js b/docs/index.js index 683cdc0fe..11a8ebf2d 100644 --- a/docs/index.js +++ b/docs/index.js @@ -369,10 +369,11 @@ const createDownloadPage = async () => { 'We currently support the following OS:
\n' + ' \n' + '\n' + 'After downloading the binary, untar or unzip it and your are good to go.
\n' + From ac8b5cda8fa902e2f03e41bca5a305cdb5197be7 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 15:55:41 +0300 Subject: [PATCH 3/7] feat: add alpine arm --- docs/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.js b/docs/index.js index 11a8ebf2d..72aa77540 100644 --- a/docs/index.js +++ b/docs/index.js @@ -368,10 +368,10 @@ const createDownloadPage = async () => { 'and download the binary that matches your operating system.
\n' + 'We currently support the following OS:
\n' + ' \n' + From 0af5c9e853fdbfd4881ccb3caebe80ea31399657 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 16:05:49 +0300 Subject: [PATCH 4/7] feat: add alpine arm From cf4c4fca47768b1cf80c05f2e0f669991c12acfe Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 16:06:53 +0300 Subject: [PATCH 5/7] feat: add alpine arm From d85c21dc463d44cd8a94eaf9f7e5ac3d4d06d4ea Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 16:47:58 +0300 Subject: [PATCH 6/7] feat: add alpine arm From 5b60139db40b2701c28311eb0b81fb9a8b19300d Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Tue, 30 Apr 2024 16:52:44 +0300 Subject: [PATCH 7/7] feat: add alpine arm