mirror of
https://github.com/songquanpeng/one-api.git
synced 2026-01-13 02:15:57 +08:00
fix: simplify Docker build configuration by removing unnecessary platform and architecture settings
This commit is contained in:
@@ -24,8 +24,7 @@ RUN apk add --no-cache \
|
||||
|
||||
ENV GO111MODULE=on \
|
||||
CGO_ENABLED=1 \
|
||||
GOOS=linux \
|
||||
GOARCH=$TARGETARCH
|
||||
GOOS=linux
|
||||
|
||||
WORKDIR /build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user