Auth: hydra deployment + basic integration with kratos/auth-ui flow
diff --git a/core/auth/ui/Makefile b/core/auth/ui/Makefile
index c444c97..70bf15c 100644
--- a/core/auth/ui/Makefile
+++ b/core/auth/ui/Makefile
@@ -5,7 +5,7 @@
 	rm -f server
 
 image: clean build
-	docker build --tag=giolekva/auth-ui .
+	docker build --tag=giolekva/auth-ui . --platform=linux/arm64
 
 push: image
 	docker push giolekva/auth-ui:latest