diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml
index 6c1a2a1..a4fc200 100644
--- a/.gitea/workflows/ci.yaml
+++ b/.gitea/workflows/ci.yaml
@@ -12,6 +12,8 @@ jobs:
         uses: docker/setup-buildx-action@v2
         with:
           endpoint: 'unix:///var/run/docker.sock'
+      - name: Set up QEMU
+        uses: docker/setup-qemu-action@v2
       - name: Login to Registry
         uses: docker/login-action@v3
         with:
@@ -25,11 +27,7 @@ jobs:
           file: ./Containerfile
           platforms: |
             linux/amd64
-#            linux/arm64                        
+            linux/arm64                        
           push: true
           tags: |
             git.plabble.org/job79/pastabble:latest
-#            ${{ env.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:latest
-#            ${{ env.DOCKER_USERNAME }}/${{ steps.meta.outputs.REPO_NAME }}:${{ steps.meta.outputs.REPO_VERSION }}       
-#
-