[Feature] Support ARM platforms with the container image
I am trying to get the docker image run at raspberry pi, but I'm stuck at error message:
exec /usr/local/bin/python: exec format error
As I understand it right, python is using wrong platform version, is there any possibility to change this to arm64 python version?
br Andreas
Hi, thanks for your question!
We don't currently support ARM containers, but we have enabled support for ARM images in the development branch.
Currently, @TheNetworkGuy is reviewing the latest changes to the development code base, once those have been tested and released we should have ARM images ready for use.
See #100 and #103 for references.
@q1x Since the code is now running in development is it possible to build a container with it on a ARM platform to test the functionality?
We've not tested it on actual ARM hardware, but our dev repo is now producing ARM images with the same workflow:
https://github.com/retigra/netbox-zabbix-sync/pkgs/container/netbox-zabbix-sync
This code is done in development and ready for main.