diff --git a/docs/index.js b/docs/index.js
index 683cdc0fe..72aa77540 100644
--- a/docs/index.js
+++ b/docs/index.js
@@ -368,11 +368,12 @@ const createDownloadPage = async () => {
'and download the binary that matches your operating system.
\n' +
'We currently support the following OS:
\n' +
'
\n' +
'\n' +
'After downloading the binary, untar or unzip it and your are good to go.
\n' +
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