fr-ser / grafana-sqlite-datasource

Grafana Plugin to enable SQLite as a Datasource
Apache License 2.0
124 stars 17 forks source link

Request: macOS M1 (darwin_arm64) build #80

Closed rrrus closed 2 years ago

rrrus commented 2 years ago

Trying to use this plugin on an M1 mac mini. Getting this error:

logger=plugin.manager t=2022-02-04T14:37:01.84-0800 lvl=eror msg="Could not start plugin" pluginId=frser-sqlite-datasource err="fork/exec /opt/homebrew/var/lib/grafana/plugins/frser-sqlite-datasource/gpx_sqlite-datasource_darwin_arm64: no such file or directory"

fr-ser commented 2 years ago

The plugin is not built on an ARM CPU for darwin. I am planning to switch to a new provider for the SQLite access in Go and I will see if this will allow me to build for arm CPUs as well 👌🏻

fr-ser commented 2 years ago

The new release v3.0.0 should solve this issue: https://github.com/fr-ser/grafana-sqlite-datasource/releases/tag/v3.0.0