Auth: ory/kratos deployment
diff --git a/core/auth/kratos/Makefile b/core/auth/kratos/Makefile
new file mode 100644
index 0000000..d33966c
--- /dev/null
+++ b/core/auth/kratos/Makefile
@@ -0,0 +1,12 @@
+image:
+	docker build --tag=giolekva/ory-kratos:latest .
+
+push: image
+	docker push giolekva/ory-kratos:latest
+
+
+push_arm64: export GOOS=linux
+push_arm64: export GOARCH=arm64
+push_arm64: export CGO_ENABLED=0
+push_arm64: export GO111MODULE=on
+push_arm64: push