Skip to content
Snippets Groups Projects
Commit baf977b8 authored by ale's avatar ale
Browse files

Build smokescreen@latest

parent 0236ae73
No related branches found
No related tags found
No related merge requests found
Pipeline #44556 passed
FROM golang:1.19 AS build FROM golang:1.19 AS build
WORKDIR /tmp WORKDIR /tmp
RUN go install -ldflags='-extldflags=-static -w -s' -tags osusergo,netgo github.com/stripe/smokescreen@v0.0.4 && ls -l /go/bin/smokescreen RUN go install -ldflags='-extldflags=-static -w -s' -tags osusergo,netgo github.com/stripe/smokescreen@latest && ls -l /go/bin/smokescreen
FROM scratch FROM scratch
COPY --from=build /go/bin/smokescreen /smokescreen COPY --from=build /go/bin/smokescreen /smokescreen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment