Skip to content

Commit

Permalink
Merge pull request #10 from G-Harmon/clean-origin-gce
Browse files Browse the repository at this point in the history
Fix the glbc build by removing 'godeps' from command.
  • Loading branch information
nicksardo committed Oct 9, 2017
2 parents 9fa8443 + da750bc commit c323417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PREFIX=gcr.io/google_containers/glbc
PKG=k8s.io/ingress-gce

server:
CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags '-w' -o glbc ${PKG}/cmd/glbc
CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags '-w' -o glbc ${PKG}/cmd/glbc

container: server
docker build --pull -t $(PREFIX):$(TAG) .
Expand Down

0 comments on commit c323417

Please sign in to comment.