diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e40975b03afc9c102548ed4c707d9f189cfce55a..3c8d811ae24ebba0f58791911b381c9391f7aabd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,22 @@ build_meson:
     - ninja -C _build install
 
 build_deb:
-    <<: *tags
+    tags:
+        - librem5
+    stage: build
+    artifacts:
+      paths:
+        - "*.deb"
+    script:
+        - apt-get -y install devscripts
+        - debuild -i -us -uc -b
+        - cp ../*.deb .
+
+build_deb_aarch64:
+    image: multiarch/debian-debootstrap:arm64-buster
+    tags:
+        - ARM64
+    allow_failure: true
     stage: build
     artifacts:
       paths: