Installer: matrix with hydra maester to auto-register oauth2 client
diff --git a/apps/matrix/capture-config/Makefile b/apps/matrix/capture-config/Makefile
index 2cdc2d3..6e3ddec 100644
--- a/apps/matrix/capture-config/Makefile
+++ b/apps/matrix/capture-config/Makefile
@@ -5,7 +5,7 @@
go build -o capture-config *.go
image: build
- docker build --tag=giolekva/capture-config:latest .
+ docker build --tag=giolekva/capture-config:latest . --platform=linux/arm64
push: image
docker push giolekva/capture-config:latest