Zigbee2MqttAssistant
Zigbee2MqttAssistant copied to clipboard
[Feature Request] Support for linux/x86 processors
Hi!
When I try to install it by :
docker run -p 8880:80 -e "Z2MA_SETTINGS__MQTTSERVER=<192.168.100.5>" -e "Z2MA_SETTINGS__MQTTUSERNAME=<>" -e "Z2MA_SETTINGS__MQTTPASSWORD=<>" --restart unless-stopped carldebilly/zigbee2mqttassistant
I'm getting:
Unable to find image 'carldebilly/zigbee2mqttassistant:latest' locally latest: Pulling from carldebilly/zigbee2mqttassistant docker: no matching manifest for linux/386 in the manifest list entries. See 'docker run --help'.
My OS is Distributor ID: Ubuntu: Ubuntu 16.04.6 LTS, Release: 16.04, Codename: xenial
Doker: Docker version 18.09.7, build 2d0083d,
model name : Intel(R) Atom(TM) CPU Z530 @ 1.60GHz
Please help me. Thanks!
linux/386
is not officially supported by dotnet core 3.1 LTS
. But there's some instructions available to build it. Maybe we can have our own custom build to address this like we can find there: https://github.com/liserdarts/dotnetcore-build-x86-Linux