Skip to content

Commit

Permalink
#91: removed -w arg
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Apr 28, 2024
1 parent 3c05ba4 commit 810490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/windowserver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN $env:VERSION = '$VERSION'; \

COPY . /build/
RUN go mod download
RUN go build -o /build/dist/glide.exe -ldflags "-s -w -X glide/pkg/version.Version=$env:VERSION -X glide/pkg/version.commitSha=$env:COMMIT -X glide/pkg/version.buildDate=$env:BUILD_DATE"
RUN go build -o /build/dist/glide.exe -ldflags "-s -X glide/pkg/version.Version=$env:VERSION -X glide/pkg/version.commitSha=$env:COMMIT -X glide/pkg/version.buildDate=$env:BUILD_DATE"

FROM mcr.microsoft.com/windows/servercore:1809 as release

Expand Down

0 comments on commit 810490c

Please sign in to comment.