Skip to content

Commit

Permalink
Try to reduce the build time for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Mar 15, 2024
1 parent 5f04ee5 commit fdedae4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand All @@ -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:
Expand Down

0 comments on commit fdedae4

Please sign in to comment.