diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 908c43e36f61c425877181120c3e03fb95a3c126..0bc42fe1f44d71b84fb7df7a3c36eec5559b3896 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
         uses: docker/build-push-action@v4
         with:
           context: .
-          platforms: ${{ matrix.platform }}
+          # platforms: ${{ matrix.platform }}
           push: ${{ github.event_name != 'pull_request' }}
           tags: ${{ steps.meta.outputs.tags }}
           labels: ${{ steps.meta.outputs.labels }}