canonical / grafana-agent-k8s-operator

This charmed operator automates the operational procedures of running Grafana Agent, an open-soruce telemetry collector.
https://charmhub.io/grafana-agent-k8s
Apache License 2.0
8 stars 18 forks source link

feat: Add arm64 support #264

Closed ghislainbourgeois closed 7 months ago

ghislainbourgeois commented 10 months ago

Issue

Makes the charm useable on arm64.

Solution

Enables packing the charm on arm64.

Context

I am testing Charmed 5G's Control Plane bundle on arm64, requiring the grafana-agent for observability.

Testing Instructions

Can be tested by packing the charm on an arm64 machine (Raspberry Pi 4/5, Apple M1, etc.). It will require the OCI image to also be built for arm64: https://github.com/canonical/grafana-agent-rock/pull/29

Release Notes

Added arm64 support