grafana / plugin-tools

Create Grafana plugins with ease.
https://grafana.com/developers/plugin-tools/
Apache License 2.0
57 stars 29 forks source link

Fix mismatch in 'Build the backend' instructions #1012

Open josmperez opened 2 months ago

josmperez commented 2 months ago

Comment from JackW:

There is a mismatch between amd and arm64 and the docker container which we should likely put a note about here. Previously we forced amd in the docker platform but that causes the backend delve dev env to fail to run on apple silicon.

Also not really sure if this should be added here but we have more than just build:[arch] as available targets. e.g.

| build:backend | build a production build for the current platform | mage -v build:backend |

Maybe we circle back to the whole backend build commands and expand them later on.

josmperez commented 1 week ago

@jackw - When you get a chance, could you review the linked comment above (from you) and let me know if you still think we need to say more about the mismatch between ar64 and docker container, and if so, draft a note on the topic?