fmdlc / ISP-Checker

Kubernetes and Docker Compose files to run ISP checks on a Raspberry Pi. 📊
https://www.youtube.com/watch?v=BnQDnCNG1Bs
Apache License 2.0
131 stars 32 forks source link

Support for linux/arm/v6 #31

Closed lcsvcn closed 3 years ago

lcsvcn commented 3 years ago

Is there any kind of limitations for not supporting linux/arm/v6?

I want to contribute to make this runnable on Pi Zero and Pi One series.

Make: Initializing datasources and dashboards
>> Provisioning: InfluxDB datasource

#@docker run --network host -v "/home/pi/ISP-Checker/docker-compose/grafana:/app" --rm curlimages/curl:7.73.0 \
#   -s --location -XPOST 'http://admin:admin@127.0.0.1:3000/api/datasources' \
#   --header 'Content-Type: application/json' -d @/app/datasource.json > /dev/null
>> Provisioning: Network dashboard

WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm/v6) and no specific platform was requested
make: *** [Makefile:38: provision] Error 139

The image that not support arm/v6 is here: https://github.com/fmdlc/ISP-Checker/blob/5b4c81658c2839051eca41b717f3eea2fb97fc83/Makefile#L37