This commit is contained in:
Ravi Prasad
2025-08-06 01:31:17 -05:00
parent 2861541546
commit b5ea8d4e4b
+2 -2
View File
@@ -4,8 +4,8 @@ FROM golang:1.24-bullseye AS builder
ENV CGO_ENABLED=1 ENV CGO_ENABLED=1
ENV GOOS=linux ENV GOOS=linux
# Changed from Apple Silicon arm64 config. # Changed from Apple Silicon arm64 config.
# ENV GOARCH=amd64 ENV GOARCH=amd64
ENV GOARCH=arm64 # ENV GOARCH=arm64
WORKDIR /app WORKDIR /app