From c0f7c95f0d6f05eb8cc35a6d318782712ae64e6f Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Fri, 25 Oct 2024 16:26:44 +0200 Subject: [PATCH] Switch arm builds out of actuated and into the CNCF runners (#5923) --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0041525d43..8595bd9851a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -138,6 +138,8 @@ jobs: arch: "386" - os: ubuntu-latest arch: amd64 + - os: otel-linux-arm64 + arch: arm64 - os: macos-13 arch: amd64 - os: macos-latest @@ -146,10 +148,6 @@ 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 }} steps: - name: Checkout code