mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 14:05:13 +00:00
games endpoint and controller
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user