release v1.0.2

This commit is contained in:
2024-12-03 18:00:10 +06:00
parent 8758ab19ef
commit fa0a8565c3
7 changed files with 22 additions and 25 deletions

View File

@@ -11,7 +11,7 @@ COPY . .
RUN echo $BUILDPLATFORM > buildplatform
RUN echo $TARGETARCH > targetarch
# RUN GOOS=linux GOARCH=$TARGETARCH go build -o output/go-ansible-vault
# RUN GOOS=linux GOARCH=$TARGETARCH go build -o /app/go-lcg .
RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} garble -literals -tiny build -ldflags="-w -s" -o /app/go-lcg .
FROM alpine:latest