Skip to content

Commit

Permalink
Pull all resources and build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn committed Sep 6, 2024
1 parent 0e53f35 commit 75e5c23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dockers:
goos: linux
goarch: amd64
dockerfile: Dockerfile
skip_push: true
skip_push: false

archives:
- format: tar.gz
Expand Down
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ ENV CGOENABLED=0

WORKDIR /usr/src/app

# pre-copy/cache go.mod
COPY go.mod go.sum ./
RUN go mod download && go mod verify

COPY . .
RUN go mod download
RUN go build -v -o /usr/local/bin/devcycle-local-bucketing-proxy ./cmd

ENTRYPOINT ["/usr/local/bin/devcycle-local-bucketing-proxy"]

0 comments on commit 75e5c23

Please sign in to comment.