diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61df276..bbc287d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Build and push operator image ${{ env.VERSION }} uses: docker/build-push-action@v3 with: - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ env.REGISTRY }}/gatling-operator:${{ env.VERSION }} file: ./Dockerfile build-args: | @@ -111,7 +111,7 @@ jobs: - name: Build and push gatling-runner ${{ env.VERSION }} uses: docker/build-push-action@v3 with: - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 tags: ${{ env.REGISTRY }}/gatling:${{ env.VERSION }} file: ./gatling/Dockerfile build-args: |