mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-12 07:16:56 +08:00
fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ RUN go mod download
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN CGO_ENABLED=1 GOOS=linux \
|
RUN CGO_ENABLED=1 GOOS=linux \
|
||||||
·
|
CGO_CFLAGS="-D_LARGEFILE64_SOURCE" \
|
||||||
go build -trimpath -ldflags="-s -w" -o nofx .
|
go build -trimpath -ldflags="-s -w" -o nofx .
|
||||||
|
|
||||||
# ──────────────────────────────────────────────────────────────
|
# ──────────────────────────────────────────────────────────────
|
||||||
|
|||||||
Reference in New Issue
Block a user