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

Dockerfile fails for arm (e.g. Mac M1) #40

Closed mbay-ODW closed 2 years ago

mbay-ODW commented 2 years ago

In the Dockerfile the arch is set hardcoded.

Thus the building fails on arm. arch should be handed via environment of host system.

switschel commented 2 years ago

Fixed with 1d97d34