Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for darwin arm64 when installing the plugin via Grafana CLI #584

Open
MissingRoberto opened this issue Dec 2, 2024 · 0 comments

Comments

@MissingRoberto
Copy link

What would you like to be added:

Add support for darwin-arm64 when installing the plugin.

Why is this needed:

If you follow the official documentation of this plugin the recommended installation path is by running grafana-cli plugins install grafana-image-renderer which doesn't work on new macbooks.

 grafana-cli --homepath $(pwd) --pluginsDir $(pwd)/data/plugins plugins install grafana-image-renderer
Deprecation warning: The standalone 'grafana-cli' program is deprecated and will be removed in the future. Please update all uses of 'grafana-cli' to 'grafana cli'
Error: ✗ [plugin.archNotFound] grafana-image-renderer is not compatible with your system architecture: darwin-arm64

The first Apple Silicon macbooks were released in 2020, which means that most people using macbooks currently will have one of those and will hit this issue if they try to install this plugin.

Official documentation: https://grafana.com/grafana/plugins/grafana-image-renderer/?tab=installation#installation

The original request for this can be found in #7 but it forces you to run Grafana using Docker and it does not support running things locally which is the recommended way for contributors and provide hot reload for quick development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant