From 2a56af21c9f0ea4663450a6d60a741d01f2c9bb6 Mon Sep 17 00:00:00 2001 From: Thuan Vo Date: Thu, 24 Aug 2023 13:26:28 -0700 Subject: [PATCH] ci(scorecard): remove qemu --- .github/workflows/ci.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6961c2db..029a5e6c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -154,11 +154,6 @@ jobs: if: ${{ github.event_name == 'push' && github.repository_owner == 'cryostatio' }} steps: - uses: actions/checkout@v2 - - name: Install qemu - continue-on-error: false - run: | - sudo apt-get update - sudo apt-get install -y qemu-user-static - name: Build operator image run: | IMAGE_NAMESPACE=${{ env.CI_REGISTRY }} SKIP_TESTS=true PLATFORMS=${{ env.CI_PLATFORMS }} MANIFEST_PUSH=false make oci-buildx @@ -233,11 +228,6 @@ jobs: EXIST=true fi echo "exist=$EXIST" >> $GITHUB_OUTPUT - - name: Install qemu - continue-on-error: false - run: | - sudo apt-get update - sudo apt-get install -y qemu-user-static if: ${{ steps.check-tag-exists.outputs.exist == 'false' }} - name: Build scorecard image run: |