Skip to content

Commit

Permalink
Merge pull request coreos#339 from coreos/fix-build-script-version
Browse files Browse the repository at this point in the history
kube-aws: fix build script version flag
  • Loading branch information
colhom committed Mar 22, 2016
2 parents 9573b9b + e1e5014 commit f6b8548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi-node/aws/build
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ ln -s $(pwd) $KUBE_AWS_DIR
export GOPATH="${GOPATH_VENDOR}:${GOPATH_KUBE_AWS}"
cd $KUBE_AWS_DIR
go generate ./pkg/config
go build -ldflags "-X main.VERSION=${VERSION}" -a -tags netgo -installsuffix netgo -o bin/kube-aws ./cmd/kube-aws
go build -ldflags "-X github.com/coreos/coreos-kubernetes/multi-node/aws/pkg/cluster.VERSION=${VERSION}" -a -tags netgo -installsuffix netgo -o bin/kube-aws ./cmd/kube-aws

0 comments on commit f6b8548

Please sign in to comment.