headscale-controller: add headscaleAddress to the HeadscaleUser crd
diff --git a/core/headscale/controller/Dockerfile b/core/headscale/controller/Dockerfile
index 5a355c2..b3158b2 100644
--- a/core/headscale/controller/Dockerfile
+++ b/core/headscale/controller/Dockerfile
@@ -15,7 +15,7 @@
COPY controllers/ controllers/
# Build
-RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o manager main.go
+RUN CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -a -o manager main.go
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details