You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a Debian 11/arm64 installation, e.g. Raspi OS Lite 64, after enabling the production package repository, I should be able to simply execute
# apt-get install aziot-identity-service
to install the package during the OS build, just like it works for e.g. moby-engine.
The packages for Debian 11/arm64 are built and available in the azure-iotedge release download directory (though hidden), f.ex. for 1.4.6, so I don't quite understand why they aren't automatically pushed to the official package directory like the armhf packages.
Current Behavior
It tries to install armhf packages, which drags in a whole plethora of multiarch packages.
Currently I have to add shell code to manually download & install the .deb packages from azure-iotedge release download directory during the OS build for Debian 11/arm64 platform.
The text was updated successfully, but these errors were encountered:
Expected Behavior
On a Debian 11/arm64 installation, e.g. Raspi OS Lite 64, after enabling the production package repository, I should be able to simply execute
# apt-get install aziot-identity-service
to install the package during the OS build, just like it works for e.g.
moby-engine
.The packages for Debian 11/arm64 are built and available in the
azure-iotedge
release download directory (though hidden), f.ex. for 1.4.6, so I don't quite understand why they aren't automatically pushed to the official package directory like thearmhf
packages.Current Behavior
It tries to install
armhf
packages, which drags in a whole plethora of multiarch packages.Currently I have to add shell code to manually download & install the
.deb
packages fromazure-iotedge
release download directory during the OS build for Debian 11/arm64 platform.The text was updated successfully, but these errors were encountered: