Cumulocity-IoT / cumulocity-devicemanagement-agent

Cumulocity Reference Agent written in Python to demonstrate most of the Device Management Capabilities of Cumulocity IoT
Apache License 2.0
26 stars 20 forks source link

Docker build not working with Apple M1 #30

Closed mbay-ODW closed 3 years ago

mbay-ODW commented 3 years ago

Building with ARM based Machine such as Apple´s M1 does exit with an error due to an repo error in Line 43.

Changing add-apt-repo to arch=arm64 solves the problem.