Skip to content

Commit

Permalink
Merge pull request #127 from codefresh-io/feat/multiarch
Browse files Browse the repository at this point in the history
feat: multirach
  • Loading branch information
mikhail-klimko authored Dec 15, 2023
2 parents 6bdc2fc + 35907af commit 7b81587
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 238 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.21.3
v16.20.2
42 changes: 0 additions & 42 deletions codefresh-arm64.yml

This file was deleted.

191 changes: 0 additions & 191 deletions codefresh.yml

This file was deleted.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "cf-k8s-agent",
"version": "1.3.15",
"version": "1.3.16",
"private": true,
"scripts": {
"start": "node ./src/index.js",
"test": "jest --coverage --detectOpenHandles --silent",
"test": "jest --coverage --detectOpenHandles --silent --passWithNoTests",
"lint": "eslint ."
},
"resolutions": {
Expand Down Expand Up @@ -55,5 +55,4 @@
},
"homepage": "https://github.com/codefresh-io/cf-k8s-agent#readme",
"description": ""
}

}

0 comments on commit 7b81587

Please sign in to comment.