diff --git a/Dockerfile b/Dockerfile index 9a592d0..d8d3a18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,8 @@ FROM golang:1.24-bullseye AS builder ENV CGO_ENABLED=1 ENV GOOS=linux -ENV GOARCH=arm64 +# Changed from Apple Silicon arm64 config. +ENV GOARCH=amd64 WORKDIR /app