Installer: core auth services
diff --git a/core/auth/kratos/Makefile b/core/auth/kratos/Makefile
index d33966c..ab5043a 100644
--- a/core/auth/kratos/Makefile
+++ b/core/auth/kratos/Makefile
@@ -1,5 +1,5 @@
 image:
-	docker build --tag=giolekva/ory-kratos:latest .
+	docker build --tag=giolekva/ory-kratos:latest . --platform=linux/arm64
 
 push: image
 	docker push giolekva/ory-kratos:latest