mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-21 09:23:58 +00:00
Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps
Resolves: #1448 HQ: https://github.com/balena-io/balena/issues/1905 Change-type: minor Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
This commit is contained in:
6
npm-shrinkwrap.json
generated
6
npm-shrinkwrap.json
generated
@ -1988,9 +1988,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"balena-sdk": {
|
"balena-sdk": {
|
||||||
"version": "12.10.0",
|
"version": "12.11.0",
|
||||||
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-12.10.0.tgz",
|
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-12.11.0.tgz",
|
||||||
"integrity": "sha512-nE3zJ5heZPVYBnoQPUo/uEFXyCtaDXOItIDcMAMBaCBurTQDHlbfg1d/C62ahBti2mowI927eIHqAQ4Huyrglw==",
|
"integrity": "sha512-KLEX+dttLkhPSVmrRPL/Rb4ZyvVyXPH6IBBFcG2qJyV3H+fpocCIXTeOwpMUZqaKKKT1fkD210rqTxyfBjW5og==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@types/bluebird": "3.5.21",
|
"@types/bluebird": "3.5.21",
|
||||||
"@types/common-tags": "^1.4.0",
|
"@types/common-tags": "^1.4.0",
|
||||||
|
@ -153,7 +153,7 @@
|
|||||||
"balena-device-status": "^3.1.2",
|
"balena-device-status": "^3.1.2",
|
||||||
"balena-image-manager": "^6.0.0",
|
"balena-image-manager": "^6.0.0",
|
||||||
"balena-preload": "^8.2.1",
|
"balena-preload": "^8.2.1",
|
||||||
"balena-sdk": "^12.10.0",
|
"balena-sdk": "^12.11.0",
|
||||||
"balena-settings-client": "^4.0.0",
|
"balena-settings-client": "^4.0.0",
|
||||||
"balena-sync": "^10.0.3",
|
"balena-sync": "^10.0.3",
|
||||||
"bash": "0.0.1",
|
"bash": "0.0.1",
|
||||||
|
Reference in New Issue
Block a user