File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TAG = 0.0
5
5
PREFIX = gcr.io/google_containers/exechealthz
6
6
7
7
server : exechealthz.go
8
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags ' -w' -o exechealthz ./exechealthz.go
8
+ CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags ' -w' -o exechealthz ./exechealthz.go
9
9
10
10
container : server
11
11
docker build -t $(PREFIX ) :$(TAG ) .
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ all: push
9
9
# make TAG=1.2
10
10
11
11
podmaster : podmaster.go
12
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags ' -w' ./podmaster.go
12
+ CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags ' -w' ./podmaster.go
13
13
14
14
container : podmaster
15
15
docker build -t gcr.io/google_containers/podmaster:$(TAG ) .
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ TAG = 0.0
5
5
PREFIX = gcr.io/google_containers/servicelb
6
6
7
7
server : service_loadbalancer.go
8
- CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags ' -w' -o service_loadbalancer ./service_loadbalancer.go ./loadbalancer_log.go
8
+ CGO_ENABLED=0 GOOS=linux godep go build -a -installsuffix cgo -ldflags ' -w' -o service_loadbalancer ./service_loadbalancer.go ./loadbalancer_log.go
9
9
10
10
container : server
11
11
docker build -t $(PREFIX ) :$(TAG ) .
You can’t perform that action at this time.
0 commit comments