GOARCH restore

This commit is contained in:
Ravi Prasad
2026-02-01 21:15:41 -06:00
parent 9bb95b2c66
commit d975064f57
+2 -2
View File
@@ -4,8 +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=arm64
ENV GOARCH=amd64
# ENV GOARCH=arm64
WORKDIR /app