From 3df6c741caff89a9eb362e405d5d617dcf4dc71b Mon Sep 17 00:00:00 2001 From: dmathieu Date: Tue, 19 Mar 2024 08:38:57 +0100 Subject: [PATCH] add link to actuated doc --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abebe08c062..41e756a8adf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,8 @@ jobs: arch: "386" - os: windows-latest arch: amd64 + # ARM64 compatibility tests are using actuated runners + # See https://github.com/open-telemetry/community/blob/main/docs/using-actuated.md - os: actuated-arm64-2cpu-8gb arch: arm64 runs-on: ${{ matrix.platform.os }}