From 26a7643beb8c90e55bc7f106aff02de68b59eefe Mon Sep 17 00:00:00 2001 From: Ray Chan Date: Tue, 25 Feb 2025 14:58:16 +0800 Subject: [PATCH] Update .github/workflows/check.yaml Co-authored-by: Samuel Allan --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 8fb769e..c940e10 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -91,7 +91,7 @@ jobs: - 'tox -e func -- -v --base ubuntu@24.04 --keep-models' juju-channel: ["3.4/stable"] exclude: - # NOTE(rgildein): The grafana-agent does not support ubuntu@24.04 on arm64. See #347 + # NOTE: grafana-agent does not support ubuntu@24.04 on arm64. See https://github.com/canonical/grafana-agent-operator/issues/207 - test-command: 'tox -e func -- -v --base ubuntu@24.04 --keep-models' runs-on: [Ubuntu_ARM64_4C_16G_01] steps: