Skip to content

Commit

Permalink
fix(circleci): goreleaser should not break the entire CI build just d…
Browse files Browse the repository at this point in the history
…ue to the CGO dependency

Fixes #374
  • Loading branch information
mumoshu committed Dec 26, 2018
1 parent e34a5ae commit 65848c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ RUN dep ensure
RUN ./install.sh

WORKDIR $EKSCTL_BUILD/vendor/github.com/goreleaser/goreleaser
RUN make build && go install
RUN CGO_ENABLED=0 make build && go install

WORKDIR $GOPATH

0 comments on commit 65848c8

Please sign in to comment.