mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
dockerfile amd64
This commit is contained in:
+2
-1
@@ -3,7 +3,8 @@ FROM golang:1.24-bullseye AS builder
|
|||||||
|
|
||||||
ENV CGO_ENABLED=1
|
ENV CGO_ENABLED=1
|
||||||
ENV GOOS=linux
|
ENV GOOS=linux
|
||||||
ENV GOARCH=arm64
|
# Changed from Apple Silicon arm64 config.
|
||||||
|
ENV GOARCH=amd64
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user