first release

This commit is contained in:
nicksherron 2020-02-09 21:11:50 -05:00
parent 961d5e7c98
commit 2cc8b793a4

View file

@ -19,7 +19,7 @@ RUN apk update && \
apk add --no-cache gcc g++ musl-dev
RUN go build -ldflags '-w -linkmode external -extldflags "-static" "-X github.com/nicksherron/proxi/cmd.Version=${VERSION} -X github.com/nicksherron/bashhub-server/cmd.GitCommit=${GIT_COMMIT} -X github.com/nicksherron/bashhub-server/cmd.BuildDate=${BUILD_DATE}"' -o /go/bin/bashhub-server
RUN go build -ldflags "-X github.com/nicksherron/bashhub-server/cmd.Version=${VERSION} -X github.com/nicksherron/bashhub-server/cmd.GitCommit=${GIT_COMMIT} -X github.com/nicksherron/bashhub-server/cmd.BuildDate=${BUILD_DATE}" -o /go/bin/bashhub-server
# ---