diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 96c946a23e..adecb10795 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -29,8 +29,7 @@ env: jobs: docker-otelcol: name: docker-otelcol - # Use 20.04.5 until https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/16450 is resolved - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: ARCH: [ "amd64", "arm64" ] @@ -49,11 +48,6 @@ jobs: key: agent-bundle-buildx-${{ matrix.ARCH }}-${{ hashFiles('internal/signalfx-agent/bundle/**') }} restore-keys: | agent-bundle-buildx-${{ matrix.ARCH }}- - - uses: docker/setup-qemu-action@v3 - if: ${{ matrix.ARCH != 'amd64' }} - with: - platforms: ${{ matrix.ARCH }} - image: tonistiigi/binfmt:qemu-v7.0.0 - run: | make docker-otelcol ARCH=${{ matrix.ARCH }} env: