Skip to content

Commit

Permalink
feat: Allow multi-platform builds for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Jan 7, 2024
1 parent 970cb92 commit 290cbf3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@
"outputPath": "dist"
},
"dependencies": {
"@kapeta/kap-command": "<2",
"@kapeta/local-cluster-config": ">=0.2.3 < 2",
"@kapeta/kap-command": "^1",
"@kapeta/local-cluster-config": ">=0.3.1 < 2",
"@kapeta/nodejs-api-client": "<2",
"@kapeta/nodejs-process": "^1.1.0",
"@kapeta/nodejs-registry-utils": ">=0.3.2 < 2",
"@kapeta/nodejs-registry-utils": ">=0.9 < 2",
"@kapeta/nodejs-utils": "<2",
"@kapeta/schemas": "<2",
"@kapeta/schemas": "^1.1.2",
"blessed": "^0.1.81",
"docker-file-parser": "^1.0.4",
"folder-hash": "^4.0.2",
Expand Down

0 comments on commit 290cbf3

Please sign in to comment.