mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-08 06:04:20 +08:00
remove race flag
This commit is contained in:
parent
06f6f5ca98
commit
ddea7a179a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ARG tags
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN GOOS=linux CGO_ENABLED=1 go build -race -ldflags="-s -w " -tags ${tags} .
|
RUN GOOS=linux CGO_ENABLED=1 go build -ldflags="-s -w " -tags ${tags} .
|
||||||
# RUN go build -tags=ee . -o netmaker main.go
|
# RUN go build -tags=ee . -o netmaker main.go
|
||||||
FROM alpine:3.21.2
|
FROM alpine:3.21.2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue