This commit is contained in:
Ravi Prasad
2025-08-06 03:19:07 -05:00
parent 90c57c340a
commit 6d7e37bf78
2 changed files with 3 additions and 4 deletions
+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
-1
View File
@@ -30,7 +30,6 @@ swag init -g main.go -o docs
go run loadtest.go -n 100 -c 10 -url "http://127.0.0.1:8080/api/playeradvancedstats?page=1&pageSize=20" -log results.log -key "xxx"
```
### Local Environment
```bash