Merge pull request #1449 from balena-io/1448-mix-rpi-to-armv7-aarch64

Allow mixing armv7 & aarch64 devices in RPi 1 / zero apps
This commit is contained in:
Thodoris Greasidis 2019-09-25 13:19:08 +03:00 committed by GitHub
commit cff81ae86d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -1988,9 +1988,9 @@
}
},
"balena-sdk": {
"version": "12.10.0",
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-12.10.0.tgz",
"integrity": "sha512-nE3zJ5heZPVYBnoQPUo/uEFXyCtaDXOItIDcMAMBaCBurTQDHlbfg1d/C62ahBti2mowI927eIHqAQ4Huyrglw==",
"version": "12.11.0",
"resolved": "https://registry.npmjs.org/balena-sdk/-/balena-sdk-12.11.0.tgz",
"integrity": "sha512-KLEX+dttLkhPSVmrRPL/Rb4ZyvVyXPH6IBBFcG2qJyV3H+fpocCIXTeOwpMUZqaKKKT1fkD210rqTxyfBjW5og==",
"requires": {
"@types/bluebird": "3.5.21",
"@types/common-tags": "^1.4.0",

View File

@ -153,7 +153,7 @@
"balena-device-status": "^3.1.2",
"balena-image-manager": "^6.0.0",
"balena-preload": "^8.2.1",
"balena-sdk": "^12.10.0",
"balena-sdk": "^12.11.0",
"balena-settings-client": "^4.0.0",
"balena-sync": "^10.0.3",
"bash": "0.0.1",