dev mode returned local

This commit is contained in:
Ravi Prasad
2025-07-03 21:09:09 -05:00
parent 31dfe054b5
commit fbae36e06e
7 changed files with 55 additions and 30 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ FROM golang:1.24-bullseye AS builder
ENV CGO_ENABLED=1
ENV GOOS=linux
# Changed from Apple Silicon arm64 config.
ENV GOARCH=amd64
# ENV GOARCH=amd64
ENV GOARCH=arm64
WORKDIR /app