Skip to content

Commit

Permalink
handle termination signal
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasz Piatkowski committed Apr 5, 2019
1 parent 176edff commit 3debf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon-resizer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ container: .container-$(ARCH)
golang:${GOLANG_VERSION} \
/bin/bash -c "\
cd /go/src/k8s.io/autoscaler/addon-resizer/ && \
CGO_ENABLED=0 GOARM=$(GOARM) GOARCH=$(ARCH) go build -mod vendor -a -installsuffix cgo --ldflags '-w' -o $(TEMP_DIR)/pod_nanny main.go"
CGO_ENABLED=0 GOARM=$(GOARM) GOARCH=$(ARCH) go build -a -installsuffix cgo --ldflags '-w' -o $(TEMP_DIR)/pod_nanny main.go"

docker build -t $(MULTI_ARCH_IMG):$(TAG) $(TEMP_DIR)

Expand Down

0 comments on commit 3debf66

Please sign in to comment.