Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#671 from hex108/image
Browse files Browse the repository at this point in the history
Reduce image size
  • Loading branch information
k8s-ci-robot authored Mar 28, 2019
2 parents d0edaec + 530b59c commit 5c60f9c
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 @@ -26,7 +26,7 @@ generate-code: init

rel_bins:
go get github.com/mitchellh/gox
gox -osarch=${REL_OSARCH} -ldflags ${LD_FLAGS} \
CGO_ENABLED=0 gox -osarch=${REL_OSARCH} -ldflags ${LD_FLAGS} \
-output=${BIN_DIR}/{{.OS}}/{{.Arch}}/kube-batch ./cmd/kube-batch

images: rel_bins
Expand Down

0 comments on commit 5c60f9c

Please sign in to comment.