ci: fix build jobs
diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml
index d0a6f16..49e2ab6 100644
--- a/.github/workflows/integration.yml
+++ b/.github/workflows/integration.yml
@@ -30,6 +30,12 @@
   molecule:
     runs-on: ubuntu-latest
     steps:
+      - name: Install QEMU static binaries
+        uses: docker/setup-qemu-action@v2
+
+      - name: Configure Buildkit
+        uses: docker/setup-buildx-action@v2
+
       - name: Checkout project
         uses: actions/checkout@v3.0.2