Index: .github/workflows/ci-cd.yml
===================================================================
--- .github/workflows/ci-cd.yml	(revision 52fee067a36418ab0681c2c75998b221e425dfeb)
+++ .github/workflows/ci-cd.yml	(revision c1798da5e38d71cf4349c8da1a52e601de0729b5)
@@ -59,4 +59,5 @@
           context: ./backend
           push: true
+          platforms: linux/amd64,linux/arm64
           tags: |
             ${{ env.BACKEND_IMAGE }}:latest
@@ -70,4 +71,5 @@
           context: ./frontend
           push: true
+          platforms: linux/amd64,linux/arm64
           tags: |
             ${{ env.FRONTEND_IMAGE }}:latest
