Auth: hydra deployment + basic integration with kratos/auth-ui flow
diff --git a/core/auth/hydra/Makefile b/core/auth/hydra/Makefile
new file mode 100644
index 0000000..232a7d7
--- /dev/null
+++ b/core/auth/hydra/Makefile
@@ -0,0 +1,5 @@
+image_arm64:
+	docker build --tag=giolekva/ory-hydra:latest .
+
+push_arm64: image_arm64
+	docker push giolekva/ory-hydra:latest